Searched refs:posTop (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.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()
|
| /RvlSDK-3.1/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 120 f32 posTop = y; in DrawChar() local 122 f32 posBottom = posTop + tex->charHeight * scaleY; in DrawChar() 147 GXPosition3f32(posLeft, posTop, z); in DrawChar() 150 GXPosition3f32(posRight, posTop, z); in DrawChar()
|
| /RvlSDK-3.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-3.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()
|