Home
last modified time | relevance | path

Searched refs:ascent (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/demos/carddemo/src/
Dlistdemo.c405 …DrawRectangle(x, y - FontData->ascent * size / FontData->cellWidth, cx, FontData->leading * size /… in DrawMenu()
569 DrawRectangle(16, 200 - FontData->ascent, 458, FontData->leading, Green); in ProbeDrawTick()
576 DrawRectangle(16, 224 - FontData->ascent, 458, FontData->leading, Green); in ProbeDrawTick()
583 DrawRectangle(16, 250 - FontData->ascent, 458, 2 * FontData->leading + 15, Green); in ProbeDrawTick()
591 DrawRectangle(220, 354 - FontData->ascent, 192, FontData->leading, Green); in ProbeDrawTick()
606 DrawRectangle(220, 378 - FontData->ascent, 192, FontData->leading, Green); in ProbeDrawTick()
903 DrawRectangle(180, 354 - FontData->ascent, 322, FontData->leading, Green); in ListDrawTick()
910 DrawRectangle(180, 378 - FontData->ascent, 269, FontData->leading, Green); in ListDrawTick()
/RvlSDK-2.1/include/revolution/os/
DOSFont.h56 u16 ascent; // the ascent (units above the base line) of characters member
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c520 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()