Home
last modified time | relevance | path

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

/RvlSDK-3.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()
/RvlSDK-3.1/build/demos/fntdemo/src/
Dfntdemo1.c126 u16 texTop = (u16)(tex->cellY in DrawChar() local
148 GXTexCoord2u16(texLeft, texTop); in DrawChar()
151 GXTexCoord2u16(texRight, texTop); in DrawChar()
/RvlSDK-3.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()