Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo1.c40 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell() local
53 GXPosition3s16(posRight, posTop , 0); in DrawCell()
56 GXPosition3s16(posRight, posBottom, 0); in DrawCell()
/RvlSDK-3.2.2/build/demos/fntdemo/src/
Dfntdemo1.c121 f32 posRight = posLeft + tex->glyphWidth * scaleX; in DrawChar() local
150 GXPosition3f32(posRight, posTop, z); in DrawChar()
153 GXPosition3f32(posRight, posBottom, z); in DrawChar()
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c533 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar() local
546 GXPosition3s16(posRight, posTop , (s16) z); in DrawFontChar()
549 GXPosition3s16(posRight, posBottom, (s16) z); in DrawFontChar()