Searched refs:_LineOffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DTermView.cpp503 TermView::_LineOffset(int32 index) function in class:TermView
521 return BPoint(fFontWidth * pos.x, _LineOffset(pos.y));
529 BRect rect(x1 * fFontWidth, _LineOffset(y1),
530 (x2 + 1) * fFontWidth * 2 - 1, _LineOffset(y2 + 1) - 1);
1166 BRect rect(fFontWidth * fCursor.x, _LineOffset(fCursor.y), 0, 0);
1384 float clearTop = _LineOffset(fRows);
1423 BRect rect(fFontWidth * i, _LineOffset(j),
1461 _DrawLinePart(fFontWidth * i, (int32)_LineOffset(j),
2995 float startY = _LineOffset(start.y);
2996 float endY = _LineOffset(en
[all...]
H A DTermView.h190 inline float _LineOffset(int32 index);

Completed in 46 milliseconds