Searched refs:fx (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.3/build/demos/wddemo/src/ |
| D | sample.c | 429 s32 fx, fy, fw; in RenderString() local 468 ptr = OSGetFontTexture( ptr, &image, &fx, &fy, &fw ); in RenderString() 474 GXTexCoord2s16( (s16)( fx + 0 ), (s16)( fy + 0 ) ); in RenderString() 476 GXTexCoord2s16( (s16)( fx + fw ), (s16)( fy + 0 ) ); in RenderString() 478 GXTexCoord2s16( (s16)( fx + fw ), (s16)( fy + 24 ) ); in RenderString() 480 GXTexCoord2s16( (s16)( fx + 0 ), (s16)( fy + 24 ) ); in RenderString()
|
| /RevoEX-2.3/build/demos/share/src/ |
| D | graphic.c | 559 s32 fx, fy, fw; in REXDEMODrawChar() local 562 ptr = OSGetFontTexture( ptr, &image, &fx, &fy, &fw ); in REXDEMODrawChar() 581 GXTexCoord2s16( (s16)( fx + 0 ), (s16)( fy + 0 ) ); in REXDEMODrawChar() 583 GXTexCoord2s16( (s16)( fx + fw ), (s16)( fy + 0 ) ); in REXDEMODrawChar() 585 GXTexCoord2s16( (s16)( fx + fw ), (s16)( fy + 24 ) ); in REXDEMODrawChar() 587 GXTexCoord2s16( (s16)( fx + 0 ), (s16)( fy + 24 ) ); in REXDEMODrawChar()
|