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

/haiku/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/src/preferences/shortcuts/
H A DShortcutsSpec.cpp45 static float sFontHeight; variable
293 sFontHeight = fh.ascent - fh.descent;
/haiku/src/kits/tracker/
H A DPoseView.h815 static float sFontHeight; member in class:BPrivate::BPoseView
994 return sFontHeight;
H A DPoseView.cpp1001 if (sFontHeight == -1) {
1003 sFontHeight = sFontInfo.ascent + sFontInfo.descent
1038 fIconPoseHeight = ceilf(IconSizeInt() + sFontHeight + 1);
1043 fIconPoseHeight = std::max((float)IconSizeInt(), sFontHeight + 1);
10635 float BPoseView::sFontHeight = -1; member in class:BPoseView

Completed in 86 milliseconds