Searched refs:FillRect (Results 151 - 175 of 243) sorted by relevance

12345678910

/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp885 // FillRect
887 Painter::FillRect(const BRect& r) const function in class:Painter
903 FillRect(rect, fPatternHandler.HighColor());
907 FillRect(rect, fPatternHandler.LowColor());
945 // FillRect
947 Painter::FillRect(const BRect& r, const BGradient& gradient) function in class:Painter
991 // FillRect
993 Painter::FillRect(const BRect& r, const rgb_color& c) const function in class:Painter
1467 BRect touched = FillRect(copy.RectAt(0));
1469 touched = touched | FillRect(cop
[all...]
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp337 fDrawingEngine->FillRect(tabRect & rect, fTabColor);
750 fDrawingEngine->FillRect(rect, mid);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp380 FillRect(updateRect);
404 FillRect(_RectOfY(y), B_SOLID_LOW);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp260 FillRect(Bounds());
427 view->FillRect(view->Bounds());
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp87 FillRect(updateRect, B_SOLID_LOW);
554 FillRect(fCaretBounds);
/haiku/src/servers/notification/
H A DNotificationView.cpp255 FillRect(stripeRect);
259 FillRect(stripeRect);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp144 FillRect(r, B_SOLID_LOW);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp97 FillRect(r);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp458 container->FillRect(updateRect, B_SOLID_LOW);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp316 FillRect(reg.Frame());
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp158 owner->FillRect(
/haiku/src/apps/sudoku/
H A DSudokuView.cpp817 FillRect(BRect(width, 0, width + kStrongLineSize,
829 FillRect(BRect(0, height, Bounds().Width(),
856 FillRect(_Frame(x, y), B_SOLID_LOW);
859 FillRect(_Frame(x, y), B_SOLID_LOW);
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp187 offscreen.FillRect(offscreen.Bounds(), kCheckered);
/haiku/src/preferences/printers/
H A DTestPageView.cpp229 FillRect(rect, gradient);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp590 RemoteDrawingEngine::FillRect(BRect rect, const rgb_color& color) function in class:RemoteDrawingEngine
633 RemoteDrawingEngine::FillRect(BRect rect) function in class:RemoteDrawingEngine
646 RemoteDrawingEngine::FillRect(BRect rect, const BGradient& gradient) function in class:RemoteDrawingEngine
1143 fBitmapDrawingEngine->FillRect(
/haiku/src/preferences/input/
H A DMouseView.cpp291 FillRect(_ButtonRect(offset, i));
/haiku/src/apps/diskprobe/
H A DDataView.cpp409 FillRect(BRect(location.x - kHorizontalSpace,
662 FillRect(SelectionFrame(which, first + start, end));
675 FillRect(SelectionFrame(which, first, last - 1));
677 FillRect(SelectionFrame(which, last, last + end));
/haiku/src/apps/deskbar/
H A DTimeView.cpp172 FillRect(Bounds());
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp134 owner->FillRect(frame);
/haiku/src/apps/people/
H A DPersonView.cpp184 FillRect(stripeRect);
/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());
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp101 owner->FillRect(frame, B_SOLID_LOW);
179 FillRect(updateRect, B_SOLID_LOW);
183 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/kits/tracker/
H A DStatusWindow.cpp150 FillRect(updateRect);
164 FillRect(updateRect);
165 FillRect(rect);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp938 offscreen->FillRect(rect, pattern);
944 offscreen->FillRect(rect, *gradient);
1200 offscreen->FillRect(rect);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp577 FillRect(lineRect, B_SOLID_LOW);
598 FillRect(lowerRect);
939 FillRect(lineRect, B_SOLID_LOW);
982 FillRect(rect);
1010 FillRect(rect);

Completed in 258 milliseconds

12345678910