Home
last modified time | relevance | path

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

/RvlSDK-3.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()
/RvlSDK-3.1/build/demos/fntdemo/src/
Dfntdemo1.c130 u16 texBottom = (u16)((tex->cellY + tex->charHeight) in DrawChar() local
154 GXTexCoord2u16(texRight, texBottom); in DrawChar()
157 GXTexCoord2u16(texLeft, texBottom); in DrawChar()
/RvlSDK-3.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()