Home
last modified time | relevance | path

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

/RvlSDK-3.1/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.1/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.1/build/libraries/demo/src/
DDEMOPuts.c519 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar() local
532 GXPosition3s16(posRight, posTop , (s16) z); in DrawFontChar()
535 GXPosition3s16(posRight, posBottom, (s16) z); in DrawFontChar()
/RvlSDK-3.1/build/demos/carddemo/src/
Dcardutil.c1017 s16 posRight = (s16) (posLeft + size * width / width); in CardUtilDrawIcon() local
1077 GXPosition3s16(posRight, posTop , 0); in CardUtilDrawIcon()
1080 GXPosition3s16(posRight, posBottom, 0); in CardUtilDrawIcon()