Searched refs:FillRect (Results 126 - 150 of 243) sorted by relevance

12345678910

/haiku/src/preferences/mail/
H A DFilterConfigView.cpp63 view->FillRect(view->Bounds());
98 FillRect(frame);
/haiku/src/kits/interface/
H A DAboutWindow.cpp130 FillRect(updateRect);
135 FillRect(stripeRect);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp131 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp236 FillRect(r, B_SOLID_LOW);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp96 offscreenView.FillRect(offscreenView.Bounds());
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp204 view->FillRect(view->Bounds());
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp143 owner->FillRect(bounds);
H A DInterfaceListItem.cpp77 owner->FillRect(bounds);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp77 FillRect(BRect(b.left, b.top, b.left + fLabelWidth, b.bottom), B_SOLID_LOW);
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp337 owner->FillRect(rect);
H A DDraggableContainerIcon.cpp142 view->FillRect(view->Bounds());
/haiku/src/preferences/printers/
H A DJobListView.cpp288 owner->FillRect(bounds);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp211 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp279 view->FillRect(view->Bounds(), B_SOLID_LOW);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp74 FillRect(bounds);
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp53 FillRect(updateRect);
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp98 fBackView->FillRect(fBackView->Frame());
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp943 target->FillRect(r, B_SOLID_LOW);
967 target->FillRect(r, B_SOLID_HIGH);
996 target->FillRect(r, B_SOLID_LOW);
1020 target->FillRect(r, B_SOLID_HIGH);
H A DMediaJack.cpp454 target->FillRect(r, B_SOLID_LOW);
532 target->FillRect(r, B_SOLID_LOW);
610 target->FillRect(r, B_SOLID_LOW);
669 target->FillRect(r, B_SOLID_LOW);
/haiku/src/kits/print/
H A DPictureIterator.cpp38 static void _FillRect(void *p, BRect rect) { return ((PictureIterator *) p)->FillRect(rect); }
98 (void *)_FillRect, // 4 FillRect(void *user, BRect rect)
/haiku/src/apps/screenshot/
H A DUtility.cpp281 view.FillRect(tabSpace.RectAt(i));
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp83 owner->FillRect(r);
/haiku/src/kits/shared/
H A DBarberPole.cpp244 FillRect(bounds, kStripes);
/haiku/src/apps/showimage/
H A DShowImageView.cpp617 FillRect(BRect(0, 0, bounds.right, border.top - 1), B_SOLID_LOW);
619 FillRect(BRect(0, border.top, border.left - 1, border.bottom), B_SOLID_LOW);
621 FillRect(BRect(border.right + 1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
623 FillRect(BRect(0, border.bottom + 1, bounds.right, bounds.bottom), B_SOLID_LOW);
662 FillRect(rect);
768 view.FillRect(view.Bounds());
787 view.FillRect(rect, B_SOLID_HIGH);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp551 // FillRect
553 Painter::FillRect(const BRect& r, const pattern& p) const function in class:Painter
565 FillRect(rect, fPatternHandler->HighColor().GetColor32());
569 FillRect(rect, fPatternHandler->LowColor().GetColor32());
590 // FillRect
592 Painter::FillRect(const BRect& r, const rgb_color& c) const function in class:Painter
877 FillRect(copy.RectAt(i), p);

Completed in 139 milliseconds

12345678910