Searched refs:cellWidth (Results 1 – 4 of 4) sorted by relevance
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()[all …]
40 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell()45 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawCell()286 x += FontData->cellWidth) in main()
64 u16 cellWidth; // The cell (a single character) width in a sheet member
94 u8 cellWidth; // Cell width (max glyph width) member