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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp28 fInsetTop(0.0f),
90 fTextDocumentLayout.Draw(this, BPoint(fInsetLeft, fInsetTop), updateRect);
240 return BSize(fInsetLeft + fInsetRight + 50.0f, fInsetTop + fInsetBottom);
272 float height = layout.Height() + 1 + fInsetTop + fInsetBottom;
348 if (fInsetLeft == left && fInsetTop == top
354 fInsetTop = top;
381 location.y -= fInsetTop;
495 fTextDocumentLayout.Height() + fInsetTop + fInsetBottom);
551 fCaretBounds.OffsetBy(fInsetLeft, fInsetTop);
571 MovePenTo(fInsetLeft - 0.5f, fInsetTop
[all...]
H A DTextDocumentView.h94 float fInsetTop; member in class:TextDocumentView

Completed in 47 milliseconds