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

/haiku/src/kits/tracker/
H A DTextWidget.h62 void Draw(BRect widgetRect, BRect widgetTextRect, float width, BPoseView*,
64 void Draw(BRect widgetRect, BRect widgetTextRect, float width, BPoseView*,
184 BTextWidget::Draw(BRect widgetRect, BRect widgetTextRect, float width, argument
187 Draw(widgetRect, widgetTextRect, width, view, (BView*)view, selected,
H A DPose.cpp602 BRect widgetTextRect(widget->CalcRect(rect.LeftTop(),
615 drawView->FillRect(widgetTextRect.OffsetByCopy(offset), B_SOLID_LOW);
619 widget->Draw(widgetRect, widgetTextRect,
623 widget->Draw(widgetTextRect, widgetTextRect,
633 drawView->InvertRect(widgetTextRect.OffsetByCopy(offset));
635 widgetTextRect.OffsetBy(offset);
639 drawView->FillRect(widgetTextRect);

Completed in 78 milliseconds