Searched refs:ascent (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | listdemo.c | 405 …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/ |
| D | OSFont.h | 56 u16 ascent; // the ascent (units above the base line) of characters member
|
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 520 s16 posTop = (s16) (y - (FontData->ascent * FontSize / FontData->cellWidth)); in DrawFontChar()
|