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

/haiku/src/kits/interface/
H A DTextView.cpp3827 BRect eraseRect = bounds; local
3828 eraseRect.top = fTextRect.top + (*fLines)[fLines->NumLines()]->origin;
3829 eraseRect.bottom = fTextRect.top + saveHeight;
3830 if (eraseRect.bottom > eraseRect.top && eraseRect.Intersects(bounds)) {
3832 FillRect(eraseRect, B_SOLID_LOW);
4398 const int32 &startOffset, const bool &erase, BRect &eraseRect,
4430 eraseRect.top = line->origin + fTextRect.top;
4431 eraseRect
4397 _DrawLine(BView* view, const int32 &lineNum, const int32 &startOffset, const bool &erase, BRect &eraseRect, BRegion &inputRegion) argument
4590 BRect eraseRect = clipRect; local
[all...]
/haiku/headers/os/interface/
H A DTextView.h327 const bool& erase, BRect& eraseRect,
/haiku/src/kits/tracker/
H A DTextWidget.cpp611 BTextWidget::Draw(BRect eraseRect, BRect textRect, float, BPoseView* view, argument
/haiku/src/apps/terminal/
H A DTermView.cpp3051 BRect eraseRect(startPoint, endPoint);
3055 FillRect(eraseRect);

Completed in 70 milliseconds