Searched refs:posBottom (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/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()
|
| /RvlSDK-3.3/build/libraries/demo/src/ |
| D | DEMOPuts.c | 541 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar() local 555 GXPosition3s16(posRight, posBottom, (s16) z); in DrawFontChar() 558 GXPosition3s16(posLeft , posBottom, (s16) z); in DrawFontChar()
|
| /RvlSDK-3.3/build/demos/fntdemo/src/ |
| D | fntdemo1.c | 122 f32 posBottom = posTop + tex->charHeight * scaleY; in DrawChar() local 153 GXPosition3f32(posRight, posBottom, z); in DrawChar() 156 GXPosition3f32(posLeft, posBottom, z); in DrawChar()
|