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

/haiku/src/kits/interface/
H A DTextView.cpp3786 float saveHeight = fTextRect.Height(); local
3804 || newHeight != saveHeight) {
3808 if (newHeight != saveHeight) {
3810 if (newHeight < saveHeight)
3811 toLine = _LineAt(BPoint(0.0f, saveHeight + fTextRect.top));
3829 eraseRect.bottom = fTextRect.top + saveHeight;
3836 if (newHeight != saveHeight || fMinTextRectWidth != saveWidth)

Completed in 320 milliseconds