Home
last modified time | relevance | path

Searched refs:cellWidth (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/build/libraries/demo/src/
DDEMOPuts.c486 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 …]
/RvlSDK-3.2/build/demos/osdemo/src/
Dfontdemo1.c40 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell()
45 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawCell()
286 x += FontData->cellWidth) in main()
/RvlSDK-3.2/include/revolution/os/
DOSFont.h64 u16 cellWidth; // The cell (a single character) width in a sheet member
/RvlSDK-3.2/include/revolution/
Dfnt.h94 u8 cellWidth; // Cell width (max glyph width) member