Searched refs:strCol (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.3/build/demos/share/src/ |
| D | graphic.c | 186 static const GXColor strCol = { 0x00, 0x00, 0x00, 0xff }; in REXDEMOInitScreen() local 188 sampleTextCol = strCol; in REXDEMOInitScreen() 423 static const GXColor strCol = { 0x00, 0x00, 0x00, 0xff }; in REXDEMOBeginRender() local 440 GXSetChanMatColor( GX_COLOR0A0, strCol ); in REXDEMOBeginRender() 644 … const GXColor* strCol = &( sampleStringCol[ ( sampleRawIndex + i ) % REXDEMO_RAW_COUNT ][ 0 ] ); in RenderString() local 653 REXDEMOSetTextColor( *( (const GXColor*)strCol ) ); in RenderString() 656 strCol += ( (u32)ptr - (u32)oldPtr ); in RenderString()
|
| /RevoEX-2.3/build/demos/wddemo/src/ |
| D | sample.c | 369 const GXColor strCol = { 0x00, 0x00, 0x00, 0xff }; in RenderString() local 453 GXSetChanMatColor( GX_COLOR0A0, strCol ); in RenderString()
|