Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS.h24 #define PAD_BYTE(width, bpp) (((bpp) * (width) + 7) / 8) argument
25 #define PAD_WORD(width, bpp) ((((bpp) * (width) + 15) / 16) * 2) argument
27 #define PAD_DWORD(width, bpp) ((((bpp) * (width) + 31) / 32) * 4) argument
/CafeSDK-2.12.13-1/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.h112 float& width; member
249 float& width; member
/CafeSDK-2.12.13-1/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.h112 float& width; member
249 float& width; member
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Surface.h89 u32 width; 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-1/system/include/cafe/
Djpeg.h43 s32 width; member
Dmp4dmx.h380 s32 width; member
/CafeSDK-2.12.13-1/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-1/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()
DdemoFont.c506 u32 width =(u32)pFont->fontTextureWidth; in InitFontTexture() local
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tab_window.cpp14 TabWindow::TabWindow(WindowManager* manager, const char* name, CVec2 position, float width, bool ca… in TabWindow()
/CafeSDK-2.12.13-1/system/src/tool/gfx/include/texUtils/
DTexture.h126 s32 width; ///< Width of the data in pixels. member
/CafeSDK-2.12.13-1/system/include/cafe/camera/
Dcamera.h194 int width; ///< width of the encoded picture member
221 int width; ///< width of the image in pixels member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.cpp29 unsigned width = 1280; variable
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp35 u32 width; member
/CafeSDK-2.12.13-1/system/include/cafe/gx2ut/
Dgx2utInline.h354 …tSurfaceStruct(GX2Surface *gx2Surface, GX2RResourceFlags resourceFlags, u32 width, u32 height, u32… in GX2UTInitSurfaceStruct()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utInline.h354 …tSurfaceStruct(GX2Surface *gx2Surface, GX2RResourceFlags resourceFlags, u32 width, u32 height, u32… in GX2UTInitSurfaceStruct()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utClear.cpp924 u32 width = 16; in GX2UTSetupColorAuxBufferOp() local