Searched refs:cellHeight (Results 1 – 4 of 4) sorted by relevance
42 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()
48 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()
62 u16 cellHeight; // the cell (a single character) height in a sheet member
526 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawFontChar()