Home
last modified time | relevance | path

Searched defs:height (Results 1 – 22 of 22) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h189 u32 width, u32 height, u32 depth, in DEMOGfxInitColorBufferEx()
227 u32 width, u32 height, u32 depth, in DEMOGfxInitDepthBufferEx()
DdemoFont.h95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport()
Ddemowin.h113 float& height; member
250 float& height; member
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfx.h189 u32 width, u32 height, u32 depth, in DEMOGfxInitColorBufferEx()
227 u32 width, u32 height, u32 depth, in DEMOGfxInitDepthBufferEx()
DdemoFont.h95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport()
Ddemowin.h113 float& height; member
250 float& height; member
/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_tab_window.cpp69 float height = this->GetHeight() - this->height; in PreUpdate() local
113 float height = this->GetHeight() - this->height; in PreDraw() local
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Surface.h91 u32 height; member
502 u32 width, u32 height, in _GX2InitColorBuffer()
548 u32 width, u32 height, in GX2InitColorBuffer()
617 u32 width, u32 height, in GX2InitColorBufferFTV()
655 u32 width, u32 height, in GX2InitDepthBuffer()
Dgx2Texture.h149 GX2_INLINE void GX2InitTexture(GX2Texture *texture, u32 width, u32 height, in GX2InitTexture()
/CafeSDK-2.12.13/system/include/cafe/
Djpeg.h44 s32 height; member
Dmp4dmx.h382 s32 height; member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp66 TU_Error SwapFromBottomToTop(u8* pImg, u32 width, u32 height) in SwapFromBottomToTop()
85 TU_Error SwapFromRightToLeft(u8* pImg, u32 width, u32 height) in SwapFromRightToLeft()
110 TU_Error DecodeRLEImage(FILE*& pFile, TGA_INFO* pTGAD, u8* pImg, u32 width, u32 height, u32 bpp) in DecodeRLEImage()
271 TU_Error ReadRawImage(FILE*& pFile, TGA_INFO* pTGAD, u8* pImg, u32 width, u32 height, u32 bpp) in ReadRawImage()
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoCapture.c179 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format) in _DEMOEncodeTGA()
261 void DEMOCaptureInit(u32 width, u32 height, DEMOCaptureFormat format) in DEMOCaptureInit()
Ddemowin.cpp377 float height = this->GetHeight(); in PreUpdate() local
399 float height = this->GetHeight(); in PreDraw() local
DdemoFont.c507 u32 height=(u32)pFont->fontTextureHeight; in InitFontTexture() local
/CafeSDK-2.12.13/system/src/tool/gfx/include/texUtils/
DTexture.h127 s32 height; ///< Height of the data in pixels. member
/CafeSDK-2.12.13/system/include/cafe/camera/
Dcamera.h193 int height; ///< height of the encoded picture member
220 int height; ///< height of the image in pixels member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.cpp30 unsigned height = 720; variable
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp36 u32 height; member
/CafeSDK-2.12.13/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utInline.h354 …ceStruct(GX2Surface *gx2Surface, GX2RResourceFlags resourceFlags, u32 width, u32 height, u32 depth, in GX2UTInitSurfaceStruct()
/CafeSDK-2.12.13/system/include/cafe/gx2ut/
Dgx2utInline.h354 …ceStruct(GX2Surface *gx2Surface, GX2RResourceFlags resourceFlags, u32 width, u32 height, u32 depth, in GX2UTInitSurfaceStruct()
/CafeSDK-2.12.13/system/src/lib/gx2ut/
Dgx2utClear.cpp919 u32 height = ctileSize / 4 / width; in GX2UTSetupColorAuxBufferOp() local