Searched refs:posTop (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | fontdemo1.c | 41 s16 posTop = (s16) y; in DrawCell() local 42 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell() 50 GXPosition3s16(posLeft , posTop , 0); in DrawCell() 53 GXPosition3s16(posRight, posTop , 0); in DrawCell()
|
| D | fontdemo3.c | 47 s16 posTop = (s16) y; in DrawCell() local 48 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell() 56 GXPosition3s16(posLeft , posTop , 0); in DrawCell() 59 GXPosition3s16(posRight, posTop , 0); in DrawCell()
|
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 520 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar() local 529 GXPosition3s16(posLeft , posTop , (s16) z); in DrawFontChar() 532 GXPosition3s16(posRight, posTop , (s16) z); in DrawFontChar()
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | cardutil.c | 1018 s16 posTop = (s16) y; in CardUtilDrawIcon() local 1074 GXPosition3s16(posLeft , posTop , 0); in CardUtilDrawIcon() 1077 GXPosition3s16(posRight, posTop , 0); in CardUtilDrawIcon()
|