Searched refs:posLeft (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | fontdemo1.c | 39 s16 posLeft = (s16) x; in DrawCell() local 40 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell() 50 GXPosition3s16(posLeft , posTop , 0); in DrawCell() 59 GXPosition3s16(posLeft , posBottom, 0); in DrawCell()
|
| /RvlSDK-3.2.2/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 119 f32 posLeft = x + tex->left * scaleX; in DrawChar() local 121 f32 posRight = posLeft + tex->glyphWidth * scaleX; in DrawChar() 147 GXPosition3f32(posLeft, posTop, z); in DrawChar() 156 GXPosition3f32(posLeft, posBottom, z); in DrawChar()
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 532 s16 posLeft = (s16) x; in DrawFontChar() local 533 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar() 543 GXPosition3s16(posLeft , posTop , (s16) z); in DrawFontChar() 552 GXPosition3s16(posLeft , posBottom, (s16) z); in DrawFontChar()
|