Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/demo/src/
DDEMOPuts.c416 static s16 FontSpace; // GX_S16, 4 variable
473 FontSpace = -16; in DEMOInitROMFont()
491 FontSpace = (s16) (space * 16); in DEMOSetROMFontSize()
512 *space = (s16) (FontSpace / 16); in DEMOGetROMFontSize()
631 width += 8 * (FontSize + FontSpace); in DEMORFPuts()
632 width -= width % (8 * (FontSize + FontSpace)); in DEMORFPuts()
641 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
688 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
696 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
812 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()