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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h96 float fInsetBottom; member in class:TextDocumentView
H A DTextDocumentView.cpp30 fInsetBottom(0.0f),
240 return BSize(fInsetLeft + fInsetRight + 50.0f, fInsetTop + fInsetBottom);
272 float height = layout.Height() + 1 + fInsetTop + fInsetBottom;
349 && fInsetRight == right && fInsetBottom == bottom) {
356 fInsetBottom = bottom;
495 fTextDocumentLayout.Height() + fInsetTop + fInsetBottom);

Completed in 39 milliseconds