Searched refs:posRight (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.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()
|
| D | fontdemo3.c | 46 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell() local 59 GXPosition3s16(posRight, posTop , 0); in DrawCell() 62 GXPosition3s16(posRight, posBottom, 0); in DrawCell()
|
| /RvlSDK-2.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-2.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()
|