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

/haiku-fatelf/src/kits/tracker/
H A DTextWidget.cpp486 BRect invalRect(ColumnRect(loc, column, view));
488 invalRect = invalRect | oldRect;
489 view->Invalidate(invalRect);
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp886 BRect invalRect; local
905 invalRect.Set(10, 5, 10 + StringWidth(fInfoStr), fFontHeight+7);
907 FillRect(invalRect);
920 invalRect.Set(10, fFontHeight+7, 10 + StringWidth(fRGBStr), fFontHeight*2+7);
922 FillRect(invalRect);
939 invalRect.Set(10, h-12-fFontHeight, 10 + StringWidth(fCH2Str), h-10);
941 FillRect(invalRect);
951 invalRect.Set(10, h-10-2*fFontHeight-2, 10 + StringWidth(fCH1Str), h-10-fFontHeight);
953 FillRect(invalRect);
960 invalRect
[all...]
/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp789 BRect invalRect(Bounds());
790 invalRect.InsetBy(-kTextInputMargin, -kTextInputMargin);
791 parent->Draw(invalRect);
1225 BRect invalRect = Bounds(); local
1226 invalRect.right = fDivider;
1227 Invalidate(invalRect);
/haiku-fatelf/src/kits/interface/
H A DView.cpp3818 BView::Invalidate(BRect invalRect) argument
3829 invalRect.left = (int)invalRect.left;
3830 invalRect.top = (int)invalRect.top;
3831 invalRect.right = (int)invalRect.right;
3832 invalRect.bottom = (int)invalRect.bottom;
3833 if (!invalRect
[all...]
/haiku-fatelf/headers/os/interface/
H A DView.h461 void Invalidate(BRect invalRect);

Completed in 108 milliseconds