Home
last modified time | relevance | path

Searched refs:texTop (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/demos/osdemo/src/
Dfontdemo1.c46 s16 texTop = (s16) yChar; in DrawCell() local
51 GXTexCoord2s16(texLeft , texTop); in DrawCell()
54 GXTexCoord2s16(texRight, texTop); in DrawCell()
Dfontdemo3.c52 s16 texTop = (s16) yChar; in DrawCell() local
57 GXTexCoord2s16(texLeft , texTop); in DrawCell()
60 GXTexCoord2s16(texRight, texTop); in DrawCell()
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c525 s16 texTop = (s16) yChar; in DrawFontChar() local
530 GXTexCoord2s16(texLeft , texTop ); in DrawFontChar()
533 GXTexCoord2s16(texRight, texTop ); in DrawFontChar()