Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/osdemo/src/
Dfontdemo1.c47 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawCell() local
57 GXTexCoord2s16(texRight, texBottom); in DrawCell()
60 GXTexCoord2s16(texLeft , texBottom); in DrawCell()
Dfontdemo3.c53 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawCell() local
63 GXTexCoord2s16(texRight, texBottom); in DrawCell()
66 GXTexCoord2s16(texLeft , texBottom); in DrawCell()
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c526 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawFontChar() local
536 GXTexCoord2s16(texRight, texBottom ); in DrawFontChar()
539 GXTexCoord2s16(texLeft , texBottom ); in DrawFontChar()