Home
last modified time | relevance | path

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

/RvlSDK-2.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()
Dfontdemo3.c46 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell() local
59 GXPosition3s16(posRight, posTop , 0); in DrawCell()
62 GXPosition3s16(posRight, posBottom, 0); in DrawCell()
/RvlSDK-2.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-2.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()