Searched refs:FillRect (Results 76 - 100 of 243) sorted by relevance

12345678910

/haiku/headers/private/print/
H A DPictureIterator.h48 virtual void FillRect(BRect rect) { } function in class:PictureIterator
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp116 FillRect(r, kDottedBig);
121 FillRect(r);
/haiku/src/tests/servers/app/playground/
H A DStates.cpp162 view->FillRect(r);
216 view->FillRect(_ValidRect());
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp49 owner->FillRect(itemRect);
151 owner->FillRect(itemRect);
/haiku/src/apps/pulse/
H A DCPUButton.cpp95 FillRect(Bounds(), B_SOLID_LOW);
112 FillRect(bounds);
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp283 FillRect(Bounds(), B_SOLID_LOW);
338 FillRect(BRect(0, imageHeight * i, imageWidth * 2 - 10,
340 FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 2,
349 FillRect(BRect(0, imageHeight * i, imageWidth * 2 - 10,
352 FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 3,
356 FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 3 * 2,
364 FillRect(bitmapBounds.OffsetToCopy(imageWidth,
423 blitter->FillRect(resultBitmap->Bounds());
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp128 owner->FillRect(r);
230 dragView->FillRect(dragView->Bounds());
/haiku/src/kits/tracker/
H A DTests.cpp178 view->FillRect(bounds);
236 view->FillRect(bounds);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp161 FillRect(bounds);
168 FillRect(BRect(r.left, r.top, bounds.left - 1, r.bottom),
170 FillRect(BRect(bounds.right + 1, r.top, r.right, r.bottom),
172 FillRect(
175 FillRect(
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp202 FillRect(topOfBitmap, B_SOLID_LOW);
206 FillRect(leftOfBitmap, B_SOLID_LOW);
210 FillRect(rightOfBitmap, B_SOLID_LOW);
214 FillRect(bottomOfBitmap, B_SOLID_LOW);
400 fOffscreenView->FillRect(fOffscreenView->Bounds());
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp264 view->FillRect(rect);
494 view->FillRect(rect);
521 view->FillRect(knob);
523 view->FillRect(knob.OffsetByCopy(1, 1));
529 view->FillRect(knob.OffsetByCopy(-spacer, 0));
531 view->FillRect(knob.OffsetByCopy(-spacer + 1, 1));
536 view->FillRect(knob.OffsetByCopy(spacer, 0));
538 view->FillRect(knob.OffsetByCopy(spacer + 1, 1));
543 view->FillRect(knob);
545 view->FillRect(kno
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp194 view->FillRect(BRect(rect.left, rect.top, rect.left + gap - 1,
197 view->FillRect(BRect(rect.right - gap + 1, rect.top, rect.right,
200 view->FillRect(BRect(rect.left + gap, rect.top, rect.right - gap,
203 view->FillRect(BRect(rect.left + gap, rect.bottom + 1 - gap,
208 view->FillRect(BRect(left, floorf(rect.top + rect.Height() / 4) + 1,
233 view->FillRect(unfilled);
279 view->FillRect(fill, gradient);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp156 FillRect(leftOfButton, B_SOLID_LOW);
160 FillRect(rightOfButton, B_SOLID_LOW);
376 v->FillRect(r, B_SOLID_LOW);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp78 owner->FillRect(frame);
301 FillRect(fDropTargetHighlightFrame, gradient);
304 FillRect(fDropTargetHighlightFrame, gradient);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp297 owner->FillRect(BRect(xPos, frame.top, xPos + w - 1, frame.bottom),
306 owner->FillRect(BRect(xPos, frame.top, xPos + w - 1, frame.bottom),
315 owner->FillRect(BRect(xPos, frame.top, xPos + w - 1, frame.bottom),
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1331 FillRect(rect);
1340 FillRect(BRect(0, 1, rect.right, 3));
1348 FillRect(rect);
1357 FillRect(BRect(1, 0, 3, rect.bottom));
1366 FillRect(BRect(1, 0, 3, rect.bottom));
1374 FillRect(rect);
1383 FillRect(BRect(0, 1, rect.right, 3));
1393 FillRect(rect);
1411 FillRect(BRect(1, 1, 3, 9));
1421 FillRect(BRec
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h159 BRect FillRect(const BRect& r) const;
160 BRect FillRect(const BRect& r,
164 void FillRect(const BRect& r,
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp100 FillRect(r);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp55 FillRect(b, B_SOLID_LOW);
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp159 view->fOffscreenView->FillRect(*rect, B_SOLID_HIGH);
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp154 owner->FillRect(frame);
/haiku/src/preferences/screen/
H A DMonitorView.cpp73 FillRect(updateRect);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp211 FillRect(stripeRect);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.cpp51 container->FillRect(rect);
/haiku/src/kits/interface/
H A DColorMenuItem.cpp102 Menu()->FillRect(colorRect);

Completed in 226 milliseconds

12345678910