Home
last modified time | relevance | path

Searched refs:posTop (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo1.c41 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.2.2/build/demos/fntdemo/src/
Dfntdemo1.c120 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.2.2/build/libraries/demo/src/
DDEMOPuts.c534 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar() local
543 GXPosition3s16(posLeft , posTop , (s16) z); in DrawFontChar()
546 GXPosition3s16(posRight, posTop , (s16) z); in DrawFontChar()