Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/osdemo/src/
Dfontdemo1.c45 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawCell() local
54 GXTexCoord2s16(texRight, texTop); in DrawCell()
57 GXTexCoord2s16(texRight, texBottom); in DrawCell()
/RvlSDK-3.1/build/demos/fntdemo/src/
Dfntdemo1.c128 u16 texRight = (u16)((tex->cellX + tex->glyphWidth) in DrawChar() local
151 GXTexCoord2u16(texRight, texTop); in DrawChar()
154 GXTexCoord2u16(texRight, texBottom); in DrawChar()
/RvlSDK-3.1/build/libraries/demo/src/
DDEMOPuts.c524 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawFontChar() local
533 GXTexCoord2s16(texRight, texTop ); in DrawFontChar()
536 GXTexCoord2s16(texRight, texBottom ); in DrawFontChar()