Searched refs:FillRect (Results 1 - 25 of 243) sorted by path

12345678910

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp337 fDrawingEngine->FillRect(tabRect & rect, fTabColor);
750 fDrawingEngine->FillRect(rect, mid);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp158 owner->FillRect(
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp138 FillRect(updateRect);
144 FillRect(updateRect);
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp54 view->FillRect(view->Bounds(), B_SOLID_LOW);
93 view->FillRect(fBounds);
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp98 view->FillRect(view->Bounds());
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp50 owner->FillRect(frame);
71 owner->FillRect(colorRect, gradient);
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp72 view->FillRect(fFrame);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp204 view->FillRect(view->Bounds());
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp279 view->FillRect(view->Bounds(), B_SOLID_LOW);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp96 offscreenView.FillRect(offscreenView.Bounds());
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp254 view->FillRect(BRect(0, 0, bounds.right, border.top-1), B_SOLID_LOW);
256 view->FillRect(BRect(0, border.top, border.left-1, border.bottom), B_SOLID_LOW);
258 view->FillRect(BRect(border.right+1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
260 view->FillRect(BRect(0, border.bottom+1, bounds.right, bounds.bottom), B_SOLID_LOW);
502 view->FillRect(rect);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp318 v->FillRect(r, B_SOLID_LOW);
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp100 FillRect(r);
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp52 FillRect(rect);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp382 FillRect(Bounds(), B_SOLID_LOW);
398 FillRect(chartFrame);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp285 FillRect(BRect(startX, drawPoint.y - fh.ascent, endX,
313 FillRect(caretRect, B_SOLID_HIGH);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp941 FillRect(updateRect, B_SOLID_LOW);
962 FillRect(LineRect(line), B_SOLID_LOW);
988 FillRect(BRect(0.0, y, Bounds().right, updateRect.bottom),
1155 FillRect(updateRect, B_SOLID_LOW);
1188 FillRect(BRect(0.0, y, kLeftTextMargin, y + fFontInfo->lineHeight),
1212 FillRect(BRect(kLeftTextMargin, y, Bounds().right,
1243 FillRect(BRect(0.0, y, Bounds().right, updateRect.bottom),
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp133 FillRect(Bounds(), B_SOLID_LOW);
198 FillRect(frame, B_SOLID_LOW);
262 FillRect(Bounds(), B_SOLID_LOW);
326 FillRect(frame, B_SOLID_LOW);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp211 FillRect(stripeRect);
/haiku/src/apps/gradients/
H A DGradientsView.cpp88 FillRect(BRect(10, 120, 110, 220));
91 FillRect(BRect(120, 120, 220, 220), gradient);
127 FillRect(BRect(10, 120, 110, 220));
129 FillRect(BRect(120, 120, 220, 220), gradient);
172 FillRect(BRect(10, 120, 110, 220));
174 FillRect(BRect(120, 120, 220, 220), gradient);
217 FillRect(BRect(10, 120, 110, 220));
219 FillRect(BRect(120, 120, 220, 220), gradient);
262 FillRect(BRect(10, 120, 110, 220));
264 FillRect(BRec
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp31 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp138 FillRect(r, B_SOLID_LOW);
151 FillRect(r, B_SOLID_LOW);
421 helper->FillRect(helper->Bounds());
H A DIconOptionsControl.cpp131 FillRect(updateRect, B_SOLID_LOW);
H A DSwatchView.cpp116 FillRect(r, kDottedBig);
121 FillRect(r);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp168 FillRect(bounds);

Completed in 198 milliseconds

12345678910