Searched refs:posRight (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.1/build/demos/osdemo/src/ |
| D | fontdemo1.c | 40 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell() local 53 GXPosition3s16(posRight, posTop , 0); in DrawCell() 56 GXPosition3s16(posRight, posBottom, 0); in DrawCell()
|
| /RvlSDK-3.1/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 121 f32 posRight = posLeft + tex->glyphWidth * scaleX; in DrawChar() local 150 GXPosition3f32(posRight, posTop, z); in DrawChar() 153 GXPosition3f32(posRight, posBottom, z); in DrawChar()
|
| /RvlSDK-3.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 519 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar() local 532 GXPosition3s16(posRight, posTop , (s16) z); in DrawFontChar() 535 GXPosition3s16(posRight, posBottom, (s16) z); in DrawFontChar()
|
| /RvlSDK-3.1/build/demos/carddemo/src/ |
| D | cardutil.c | 1017 s16 posRight = (s16) (posLeft + size * width / width); in CardUtilDrawIcon() local 1077 GXPosition3s16(posRight, posTop , 0); in CardUtilDrawIcon() 1080 GXPosition3s16(posRight, posBottom, 0); in CardUtilDrawIcon()
|