Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/demo/src/
DDEMOPuts.c436 static s16 FontSpace; // GX_S16, 4 variable
493 FontSpace = -16; in DEMOInitROMFont()
511 FontSpace = (s16) (space * 16); in DEMOSetROMFontSize()
532 *space = (s16) (FontSpace / 16); in DEMOGetROMFontSize()
651 width += 8 * (FontSize + FontSpace); in DEMORFPuts()
652 width -= width % (8 * (FontSize + FontSpace)); in DEMORFPuts()
661 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
708 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
716 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
835 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()