Searched refs:posLeft (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/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()
|
| D | fontdemo3.c | 45 s16 posLeft = (s16) x; in DrawCell() local 46 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell() 56 GXPosition3s16(posLeft , posTop , 0); in DrawCell() 65 GXPosition3s16(posLeft , posBottom, 0); in DrawCell()
|
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 518 s16 posLeft = (s16) x; in DrawFontChar() local 519 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar() 529 GXPosition3s16(posLeft , posTop , (s16) z); in DrawFontChar() 538 GXPosition3s16(posLeft , posBottom, (s16) z); in DrawFontChar()
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | cardutil.c | 1016 s16 posLeft = (s16) x; in CardUtilDrawIcon() local 1017 s16 posRight = (s16) (posLeft + size * width / width); in CardUtilDrawIcon() 1074 GXPosition3s16(posLeft , posTop , 0); in CardUtilDrawIcon() 1083 GXPosition3s16(posLeft , posBottom, 0); in CardUtilDrawIcon()
|