Searched refs:cellWidth (Results 1 – 5 of 5) sorted by relevance
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()[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()
46 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell()51 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawCell()281 x += FontData->cellWidth) in main()
400 y += FontData->leading * size / FontData->cellWidth; in DrawMenu()405 …le(x, y - FontData->ascent * size / FontData->cellWidth, cx, FontData->leading * size / FontData->… in DrawMenu()435 y += FontData->leading * size / FontData->cellWidth; in DrawMessage()618 DEMOSetROMFontSize((s16) FontData->cellWidth, -1); in ProbeDrawTick()678 DEMOSetROMFontSize((s16) FontData->cellWidth, -1); in DrawInstructions()914 DEMOSetROMFontSize((s16) FontData->cellWidth, -1); in ListDrawTick()
61 u16 cellWidth; // the cell (a single character) width in a sheet member