Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c430 static s16 FontSpace; // GX_S16, 4 variable
487 FontSpace = -16; in DEMOInitROMFont()
505 FontSpace = (s16) (space * 16); in DEMOSetROMFontSize()
526 *space = (s16) (FontSpace / 16); in DEMOGetROMFontSize()
645 width += 8 * (FontSize + FontSpace); in DEMORFPuts()
646 width -= width % (8 * (FontSize + FontSpace)); in DEMORFPuts()
655 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
702 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
710 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
829 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()