Searched refs:posBottom (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | fontdemo1.c | 42 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell() local 56 GXPosition3s16(posRight, posBottom, 0); in DrawCell() 59 GXPosition3s16(posLeft , posBottom, 0); in DrawCell()
|
| D | fontdemo3.c | 48 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell() local 62 GXPosition3s16(posRight, posBottom, 0); in DrawCell() 65 GXPosition3s16(posLeft , posBottom, 0); in DrawCell()
|
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 521 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar() local 535 GXPosition3s16(posRight, posBottom, (s16) z); in DrawFontChar() 538 GXPosition3s16(posLeft , posBottom, (s16) z); in DrawFontChar()
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | cardutil.c | 1019 s16 posBottom = (s16) (y + (height * size / width) * height / height); in CardUtilDrawIcon() local 1080 GXPosition3s16(posRight, posBottom, 0); in CardUtilDrawIcon() 1083 GXPosition3s16(posLeft , posBottom, 0); in CardUtilDrawIcon()
|