Lines Matching refs:FontSize
415 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()
641 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
680 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
688 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
691 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
696 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
812 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()
845 height *= FontData->leading * FontSize / FontData->cellWidth; in DEMOGetRFTextHeight()