Searched refs:StrokeRect (Results 26 - 50 of 119) sorted by relevance

12345

/haiku/headers/private/print/
H A DPictureIterator.h47 virtual void StrokeRect(BRect rect) { } function in class:PictureIterator
H A DPicturePrinter.h46 virtual void StrokeRect(BRect rect);
/haiku/src/tests/servers/app/playground/
H A DStates.cpp159 view->StrokeRect(r);
218 view->StrokeRect(_ValidRect());
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp109 StrokeRect(fSourceRect);
112 StrokeRect(fDestRect);
/haiku/src/apps/pulse/
H A DProgressBar.cpp105 StrokeRect(bounds);
107 StrokeRect(bounds);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h94 virtual void StrokeRect(BRect rect, const rgb_color &color);
99 virtual void StrokeRect(BRect rect);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h126 virtual void StrokeRect(BRect rect, const rgb_color &color);
130 virtual void StrokeRect(BRect rect);
/haiku/src/preferences/appearance/
H A DColorPreview.cpp261 view->StrokeRect(rect);
269 view->StrokeRect(rect);
/haiku/src/apps/terminal/
H A DColorPreview.cpp261 view->StrokeRect(rect);
269 view->StrokeRect(rect);
/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/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp47 StrokeRect(b);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.cpp47 container->StrokeRect(rect);
/haiku/src/kits/interface/
H A DColorMenuItem.cpp105 Menu()->StrokeRect(colorRect);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp64 view->StrokeRect(BRect(10, 220, 50, 260));
/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.cpp73 menu->StrokeRect (cadre);
H A DThreadBarMenuItem.cpp63 menu->StrokeRect(frame);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp150 StrokeRect(b, B_SOLID_HIGH);
152 StrokeRect(b, B_SOLID_HIGH);
155 StrokeRect(b, B_SOLID_HIGH);
165 StrokeRect(b, B_SOLID_HIGH);
/haiku/src/tests/servers/app/painter/
H A DPainter.h118 BRect StrokeRect( const BRect& r,
122 void StrokeRect( const BRect& r,
/haiku/src/kits/bluetooth/
H A DDeviceClass.cpp373 view->StrokeRect(BRect(point.x + IconInsets + uint(PixelsForIcon/4) + 4,
405 view->StrokeRect(BRect(point.x + IconInsets + uint(PixelsForIcon/4),
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp346 StrokeRect(r);
350 StrokeRect(r);
371 StrokeRect(r);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp649 drawingEngine->StrokeRect(b, fViewColor);
651 drawingEngine->StrokeRect(b, fViewColor);
653 drawingEngine->StrokeRect(b, fViewColor);
/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/servers/app/
H A DWorkspacesView.cpp245 drawingEngine->StrokeRect(frame, frameColor);
299 drawingEngine->StrokeRect(rect, black);
302 drawingEngine->StrokeRect(rect, gray);
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp417 view->StrokeRect(rect);
426 view->StrokeRect(rect);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp131 StrokeRect(r);
140 StrokeRect(r, kDots);

Completed in 111 milliseconds

12345