Searched refs:sFontHeight (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp116 static int16 sFontWidth, sFontHeight; variable
186 sFontHeight * y + sScreenTopOffset);
211 int lineCount = (gScreen->Height - sScreenTopOffset) / sFontHeight;
679 sFontHeight = gScreen->Font->ta_YSize;
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp44 static float sFontHeight; variable
336 sFontHeight = fh.ascent - fh.descent;
409 BRect textRect(point.x - KEY_MARGIN, (point.y-sFontHeight) - KEY_MARGIN
/haiku-fatelf/src/kits/tracker/
H A DPoseView.h770 static float sFontHeight; member in class:BPrivate::BPoseView
926 return sFontHeight;
H A DPoseView.cpp344 fListElemHeight = ceilf(sFontHeight < 20 ? 20 : sFontHeight + 6);
976 if (sFontHeight == -1) {
978 sFontHeight = sFontInfo.ascent + sFontInfo.descent
1001 fIconPoseHeight = ceilf(IconSizeInt() + sFontHeight + 1);
1006 fIconPoseHeight = ceilf(sFontHeight <
1007 IconSizeInt() ? IconSizeInt() : sFontHeight + 1);
10199 float BPoseView::sFontHeight = -1; member in class:BPoseView

Completed in 174 milliseconds