Searched refs:FillRect (Results 51 - 75 of 243) sorted by relevance

12345678910

/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp72 view->FillRect(fFrame);
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp98 view->FillRect(view->Bounds());
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp98 FillRect(BRect(left, top, right, top + idle_height - 1));
101 FillRect(BRect(left, bottom - bar_height, right, bottom - bar_height));
104 FillRect(BRect(left, bottom - bar_height + 1, right, bottom));
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h95 virtual void FillRect(BRect rect, const rgb_color &color);
100 virtual void FillRect(BRect rect);
101 virtual void FillRect(BRect rect, const BGradient& gradient);
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp67 view->FillRect(bigRect);
87 view->FillRect(bigRect);
95 view->FillRect(bigRect);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h127 virtual void FillRect(BRect rect, const rgb_color &color);
131 virtual void FillRect(BRect rect);
132 virtual void FillRect(BRect rect, const BGradient& gradient);
/haiku/src/apps/processcontroller/
H A DTeamBarMenuItem.cpp126 menu->FillRect(r);
151 menu->FillRect(r);
166 menu->FillRect(r);
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp128 menu->FillRect(frame);
133 menu->FillRect(frame);
142 menu->FillRect(frame);
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/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/preferences/input/
H A DInputTouchpadPrefView.cpp198 view->FillRect(Bounds());
230 view->FillRect(xscrollDragZone1);
235 view->FillRect(xscrollDragZone2);
247 view->FillRect(yscrollDragZone1);
251 view->FillRect(yscrollDragZone2);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp170 FillRect(BRect(counterX-halfwidth-3,SLIDER_BASE-8,counterX+halfwidth+3,
511 FillRect(Bounds());
534 FillRect(BRect(11, SLIDER_BASE + 3, fLeftX - 9, SLIDER_BASE + 16));
535 FillRect(BRect(fRightX + 9, SLIDER_BASE + 3, fRight, SLIDER_BASE + 16));
565 FillRect(BRect(fLeftX + 1, SLIDER_BASE + 3, fRightX, SLIDER_BASE + 4));
566 FillRect(BRect(fLeftX + 1, SLIDER_BASE + 5, fLeftX + 2, SLIDER_BASE + 16));
568 FillRect(BRect(fLeftX + 3, SLIDER_BASE + 5, fRightX, SLIDER_BASE + 16));
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp41 FillRect(b, B_SOLID_LOW);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h72 bitmapView->FillRect(bitmapView->Bounds(), B_SOLID_LOW);
/haiku/src/libs/print/libprint/
H A DPagesView.cpp34 FillRect(rect);
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp81 FillRect(Bounds());
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp139 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp72 FillRect(updateRect);
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp121 view->FillRect(cell);
/haiku/src/kits/interface/
H A DStringItem.cpp88 owner->FillRect(frame, B_SOLID_LOW);
/haiku/src/preferences/time/
H A DTZDisplay.cpp56 FillRect(Bounds(), B_SOLID_LOW);
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp52 FillRect(updateRect);
/haiku/src/preferences/network/
H A DServiceListItem.cpp56 owner->FillRect(bounds);
/haiku/headers/private/print/
H A DTemplate.h42 virtual void FillRect(BRect rect);
/haiku/src/kits/print/
H A DTemplate.cpp48 void Template::FillRect(BRect rect) { function in class:Template

Completed in 200 milliseconds

12345678910