Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/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()
/RvlSDK-3.2.2/include/revolution/
Dfnt.h95 u8 cellHeight; // Cell height member
/RvlSDK-3.2.2/include/revolution/os/
DOSFont.h65 u16 cellHeight; // The cell (a single character) height in a sheet member
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c540 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawFontChar()