Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/demo/src/
DDEMOPuts.c492 FontSize = (s16) (FontData->cellWidth * 16); in DEMOInitROMFont()
540 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()
541 s16 posBottom = (s16) (y + (FontData->descent * FontSize / FontData->cellWidth)); in DrawFontChar()
544 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawFontChar()
644 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPuts()
661 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts()
700 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
708 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx()
711 y += FontData->leading * FontSize / FontData->cellWidth; in DEMORFPutsEx()
716 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx()
[all …]
/RvlSDK-3.3/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.3/include/revolution/
Dfnt.h94 u8 cellWidth; // Cell width (max glyph width) member
/RvlSDK-3.3/include/revolution/os/
DOSFont.h64 u16 cellWidth; // The cell (a single character) width in a sheet member