Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/osdemo/src/
Dfontdemo1.c44 s16 texLeft = (s16) xChar; in DrawCell() local
51 GXTexCoord2s16(texLeft , texTop); in DrawCell()
60 GXTexCoord2s16(texLeft , texBottom); in DrawCell()
/RvlSDK-3.2/build/demos/fntdemo/src/
Dfntdemo1.c124 u16 texLeft = (u16)(tex->cellX in DrawChar() local
148 GXTexCoord2u16(texLeft, texTop); in DrawChar()
157 GXTexCoord2u16(texLeft, texBottom); in DrawChar()
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOPuts.c537 s16 texLeft = (s16) xChar; in DrawFontChar() local
544 GXTexCoord2s16(texLeft , texTop ); in DrawFontChar()
553 GXTexCoord2s16(texLeft , texBottom ); in DrawFontChar()