| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS.h | 24 #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/ |
| D | demoGfx.h | 189 u32 width, u32 height, u32 depth, in DEMOGfxInitColorBufferEx() 227 u32 width, u32 height, u32 depth, in DEMOGfxInitDepthBufferEx()
|
| D | demoFont.h | 95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport()
|
| D | demowin.h | 112 float& width; member 249 float& width; member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfx.h | 189 u32 width, u32 height, u32 depth, in DEMOGfxInitColorBufferEx() 227 u32 width, u32 height, u32 depth, in DEMOGfxInitDepthBufferEx()
|
| D | demoFont.h | 95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport()
|
| D | demowin.h | 112 float& width; member 249 float& width; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Surface.h | 89 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()
|
| D | gx2Texture.h | 149 GX2_INLINE void GX2InitTexture(GX2Texture *texture, u32 width, u32 height, in GX2InitTexture()
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | jpeg.h | 43 s32 width; member
|
| D | mp4dmx.h | 380 s32 width; member
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 66 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/ |
| D | demoCapture.c | 179 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format) in _DEMOEncodeTGA() 261 void DEMOCaptureInit(u32 width, u32 height, DEMOCaptureFormat format) in DEMOCaptureInit()
|
| D | demoFont.c | 506 u32 width =(u32)pFont->fontTextureWidth; in InitFontTexture() local
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_tab_window.cpp | 14 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/ |
| D | Texture.h | 126 s32 width; ///< Width of the data in pixels. member
|
| /CafeSDK-2.12.13-1/system/include/cafe/camera/ |
| D | camera.h | 194 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/ |
| D | deferredTest.cpp | 29 unsigned width = 1280; variable
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 35 u32 width; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2ut/ |
| D | gx2utInline.h | 354 …tSurfaceStruct(GX2Surface *gx2Surface, GX2RResourceFlags resourceFlags, u32 width, u32 height, u32… in GX2UTInitSurfaceStruct()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utInline.h | 354 …tSurfaceStruct(GX2Surface *gx2Surface, GX2RResourceFlags resourceFlags, u32 width, u32 height, u32… in GX2UTInitSurfaceStruct()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/ |
| D | gx2utClear.cpp | 924 u32 width = 16; in GX2UTSetupColorAuxBufferOp() local
|