Lines Matching refs:cellWidth
472 FontSize = (s16) (FontData->cellWidth * 16); in DEMOInitROMFont()
520 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()
521 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()
524 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawFontChar()
624 y += FontData->leading * FontSize / FontData->cellWidth; 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()