Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/osdemo/src/
Dfontdemo1.c42 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell()
47 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawCell()
276 y < 25 + FontData->cellHeight * 16; in main()
277 y += FontData->cellHeight) in main()
285 x < 150 + FontData->cellHeight * 16; in main()
Dfontdemo3.c48 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell()
53 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawCell()
269 y < 25 + FontData->cellHeight * 16; in main()
270 y += FontData->cellHeight) in main()
280 x < 150 + FontData->cellHeight * 16; in main()
/RvlSDK-2.1/include/revolution/os/
DOSFont.h62 u16 cellHeight; // the cell (a single character) height in a sheet member
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c526 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawFontChar()