Searched refs:StrokeRect (Results 1 - 25 of 119) sorted by path

12345

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp283 fDrawingEngine->StrokeRect(r);
312 fDrawingEngine->StrokeRect(r, fFrameMidColor);
314 fDrawingEngine->StrokeRect(r, fFrameMidColor);
433 fDrawingEngine->StrokeRect(minimizeBox);
463 fDrawingEngine->StrokeRect(zoomBox);
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp75 owner->StrokeRect(colorRect);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp265 view->StrokeRect(strokeRect);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp346 StrokeRect(r);
350 StrokeRect(r);
371 StrokeRect(r);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp37 StrokeRect(b);
54 StrokeRect(b);
H A DColorValueView.cpp50 StrokeRect(b);
H A DOptionValueView.cpp47 StrokeRect(b);
H A DSwatchValueView.cpp48 StrokeRect(b, B_SOLID_LOW);
H A DTextInputValueView.cpp49 StrokeRect(b, B_SOLID_LOW);
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp82 StrokeRect(r);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp88 owner->StrokeRect(frame, B_SOLID_LOW);
188 StrokeRect(fDropRect);
193 StrokeRect(Bounds());
270 v->StrokeRect( v->Bounds() );
510 StrokeRect(Bounds());
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp95 StrokeRect(BRect(left - 1, top - 1, right + 1, bottom + 1));
/haiku/src/apps/resedit/
H A DBitmapView.cpp298 StrokeRect(Bounds().InsetByCopy(2, 2));
327 // this rect handled by the above StrokeRect, so inset a total of 2 pixels
349 StrokeRect(r);
353 StrokeRect(fBitmapRect);
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp43 menu->StrokeRect(colorSquare);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp80 StrokeRect(r);
/haiku/src/kits/interface/
H A DChannelSlider.cpp852 into->StrokeRect(area);
H A DColorMenuItem.cpp105 Menu()->StrokeRect(colorRect);
H A DPictureButton.cpp213 StrokeRect(Bounds(), B_SOLID_HIGH);
H A DSlider.cpp955 OffscreenView()->StrokeRect(frame);
/haiku/src/kits/shared/
H A DCalendarView.cpp208 StrokeRect(Bounds());
1138 StrokeRect(frame.InsetByCopy(1.0, 1.0));
/haiku/src/kits/tracker/
H A DMiniMenuField.cpp105 StrokeRect(bounds);
/haiku/src/libs/print/libprint/
H A DPreview.cpp650 StrokeRect(r);
714 StrokeRect(clipRect.InsetByCopy(1.0, 1.0), B_MIXED_COLORS);
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp86 view->StrokeRect(rect);
94 view->StrokeRect(rect);
/haiku/src/preferences/filetypes/
H A DDropTargetListView.cpp43 StrokeRect(rect);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp382 view->StrokeRect(view->Bounds());

Completed in 155 milliseconds

12345