Lines Matching refs:cellWidth
486 FontSize = (s16) (FontData->cellWidth * 16); in DEMOInitROMFont()
534 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()
535 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()
538 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawFontChar()
638 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPuts()
655 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
694 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
702 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
705 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
710 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
829 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()
862 height *= FontData->leading * FontSize / FontData->cellWidth; in DEMOGetRFTextHeight()