Searched refs:fx (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.1/build/demos/wddemo/src/ |
| D | sample.c | 423 s32 fx, fy, fw; in RenderString() local 462 ptr = OSGetFontTexture( ptr, &image, &fx, &fy, &fw ); in RenderString() 468 GXTexCoord2s16( (s16)( fx + 0 ), (s16)( fy + 0 ) ); in RenderString() 470 GXTexCoord2s16( (s16)( fx + fw ), (s16)( fy + 0 ) ); in RenderString() 472 GXTexCoord2s16( (s16)( fx + fw ), (s16)( fy + 24 ) ); in RenderString() 474 GXTexCoord2s16( (s16)( fx + 0 ), (s16)( fy + 24 ) ); in RenderString()
|
| /RevoEX-2.1/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()
|