Lines Matching refs:cellWidth
492 FontSize = (s16) (FontData->cellWidth * 16); in DEMOInitROMFont()
540 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()
541 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()
544 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawFontChar()
644 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPuts()
661 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
700 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
708 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
711 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
716 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
835 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()
868 height *= FontData->leading * FontSize / FontData->cellWidth; in DEMOGetRFTextHeight()