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

/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp71 point.y += ceil(fFontAscent);
84 fFontAscent = ceilf(fh.ascent);
85 fFontHeight = fFontAscent + ceilf(fh.descent);
H A DStringChartLegend.h44 float fFontAscent; member in class:StringChartLegendRenderer
/haiku/src/apps/terminal/
H A DTermView.cpp288 fFontAscent = 0;
842 fFontAscent = font_ascent;
1090 inView->MovePenTo(x1, y1 + fFontAscent + 1);
1091 inView->StrokeLine(BPoint(x1 , y1 + fFontAscent + 1),
1092 BPoint(x2 , y1 + fFontAscent + 1));
1095 inView->MovePenTo(x1, y1 + fFontAscent);
1096 inView->StrokeLine(BPoint(x1 , y1 + fFontAscent),
1097 BPoint(x2 , y1 + fFontAscent));
1098 inView->MovePenTo(x1, y1 + fFontAscent + 2);
1099 inView->StrokeLine(BPoint(x1 , y1 + fFontAscent
1118 BPoint(std::min(x, x2), y1 + fFontAscent + 1)); local
1127 BPoint(std::min(x + 2, x2), y1 + fFontAscent + 1)); local
[all...]
H A DTermView.h286 int fFontAscent; member in class:TermView

Completed in 72 milliseconds