Home
last modified time | relevance | path

Searched defs:image (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.1.4/build/demos/osdemo/src/
Dfontdemo1.c64 static void LoadSheet(void* image) in LoadSheet()
102 void* image; in DrawChar() local
136 void* image; in DrawString() local
Dfontdemo2.c37 u32 image[24 / 8 * 24]; // 24 x 24 in main() local
/RvlSDK-3.1.4/include/revolution/dvd/
DDVDBanner.h54 u8 image[2 * DVD_BANNER_WIDTH * DVD_BANNER_HEIGHT]; // RGB5A3 96x32 texture image member
80 u8 image[2 * DVD_BANNER_WIDTH * DVD_BANNER_HEIGHT]; // RGB5A3 96x32 texture image member
/RvlSDK-3.1.4/include/dolphin/dvd/
DDVDBanner.h48 u8 image[2 * DVD_BANNER_WIDTH * DVD_BANNER_HEIGHT]; // RGB5A3 96x32 texture image member
74 u8 image[2 * DVD_BANNER_WIDTH * DVD_BANNER_HEIGHT]; // RGB5A3 96x32 texture image member
/RvlSDK-3.1.4/build/libraries/demo/src/
DDEMOPuts.c543 static void LoadSheet(void* image, GXTexMapID texMapID) in LoadSheet()
597 void* image; in DEMORFPuts() local
649 void* image; in DEMORFPutsEx() local
738 u32 image[48/2*48/4]; // 48 x 48 in DEMODumpROMFont() local
/RvlSDK-3.1.4/build/libraries/tc/src/
DTCTextureList.cpp90 void TCSetTextureAttributes ( TCTexture* tx, u32 index, u32 image, in TCSetTextureAttributes()
/RvlSDK-3.1.4/build/libraries/tc/include/
DTCTextureList.h56 u32 image; // indices of member components. 0 indicates no component present member
/RvlSDK-3.1.4/include/revolution/
Dfnt.h66 void* image; // pointer to texture iamge sheet member
/RvlSDK-3.1.4/build/demos/videmo/src/
Dviewer.c137 u8* image; // processed image member
/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcardutil.c1011 void CardUtilDrawIcon(int x, int y, int size, void* image, void* tlut, u16 width, u16 height, int f… in CardUtilDrawIcon()