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

/haiku/src/kits/tracker/
H A DTextWidget.cpp591 BRect invalRect(ColumnRect(loc, column, view));
593 invalRect = invalRect | oldRect;
594 view->Invalidate(invalRect);
/haiku/src/apps/magnify/
H A DMagnify.cpp1083 BRect invalRect; local
1105 invalRect.Set(10, 5, 10 + StringWidth(fInfoStr), fFontHeight+7);
1107 FillRect(invalRect);
1121 invalRect.Set(10, fFontHeight+7, 10 + StringWidth(fRGBStr), fFontHeight*2+7);
1123 FillRect(invalRect);
1141 invalRect.Set(10, h-12-fFontHeight, 10 + StringWidth(fCH2Str), h-10);
1143 FillRect(invalRect);
1154 invalRect.Set(10, h-10-2*fFontHeight-2, 10 + StringWidth(fCH1Str), h-10-fFontHeight);
1156 FillRect(invalRect);
1164 invalRect
[all...]
/haiku/src/kits/interface/
H A DView.cpp4479 BView::Invalidate(BRect invalRect) argument
4490 invalRect.left = (int)invalRect.left;
4491 invalRect.top = (int)invalRect.top;
4492 invalRect.right = (int)invalRect.right;
4493 invalRect.bottom = (int)invalRect.bottom;
4494 if (!invalRect
4552 DelayedInvalidate(bigtime_t delay, BRect invalRect) argument
[all...]
/haiku/headers/os/interface/
H A DView.h532 void Invalidate(BRect invalRect);
537 BRect invalRect);

Completed in 188 milliseconds