Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/demo/src/
DDEMOPuts.c415 static s16 FontSize; // GX_S16, 4 variable
472 FontSize = (s16) (FontData->cellWidth * 16); in DEMOInitROMFont()
490 FontSize = (s16) (size * 16); in DEMOSetROMFontSize()
508 *size = (s16) (FontSize / 16); in DEMOGetROMFontSize()
519 s16 posRight = (s16) (posLeft + FontSize); in DrawFontChar()
520 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()
521 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()
624 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPuts()
631 width += 8 * (FontSize + FontSpace); in DEMORFPuts()
632 width -= width % (8 * (FontSize + FontSpace)); in DEMORFPuts()
[all …]