Searched refs:StrokeRect (Results 51 - 75 of 119) sorted by relevance

12345

/haiku/src/servers/app/drawing/Painter/
H A DPainter.h153 BRect StrokeRect(const BRect& r) const;
156 void StrokeRect(const BRect& r,
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp192 StrokeRect(innerRect, B_MIXED_COLORS);
196 StrokeRect(innerRect);
H A DMiniPulseView.cpp95 StrokeRect(BRect(left - 1, top - 1, right + 1, bottom + 1));
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp157 owner->StrokeRect(itemRect);
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp70 StrokeRect(updateRect);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp148 StrokeRect(boundBoxes[i]);
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp480 fDrawingEngine->StrokeRect(r, fFrameMidColor);
666 fDrawingEngine->StrokeRect(rect, fDrawState.HighColor());
678 fDrawingEngine->StrokeRect(rect, fDrawState.HighColor());
896 fDrawingEngine->StrokeRect(rect);
/haiku/src/kits/print/
H A DPictureIterator.cpp37 static void _StrokeRect(void *p, BRect rect) { return ((PictureIterator *) p)->StrokeRect(rect); }
97 (void *)_StrokeRect, // 3 StrokeRect(void *user, BRect rect)
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp66 view->StrokeRect(fRects[i]);
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp93 menu->StrokeRect(rect);
H A DTeamBarMenuItem.cpp100 menu->StrokeRect(frame);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp80 StrokeRect(r);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp124 // StrokeRect
126 DrawingEngine::StrokeRect(BRect r, const rgb_color& color) function in class:DrawingEngine
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp499 // StrokeRect
501 Painter::StrokeRect(const BRect& r, const pattern& p) const function in class:Painter
516 StrokeRect(rect,
521 StrokeRect(rect,
537 // StrokeRect
539 Painter::StrokeRect(const BRect& r, const rgb_color& c) const function in class:Painter
1139 // differently, as with Fill-/StrokeRect().
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp341 helper->StrokeRect(r);
/haiku/src/kits/interface/
H A DPictureButton.cpp213 StrokeRect(Bounds(), B_SOLID_HIGH);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp101 StrokeRect(r, B_SOLID_HIGH);
/haiku/src/preferences/printers/
H A DTestPageView.cpp230 StrokeRect(rect);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp902 DrawingEngine::StrokeRect(BRect r, const rgb_color& color) function in class:DrawingEngine
911 fPainter->StrokeRect(r, color);
982 DrawingEngine::StrokeRect(BRect r) function in class:DrawingEngine
994 fPainter->StrokeRect(r);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp516 StrokeRect(expressionRect);
518 StrokeRect(expressionRect);
537 StrokeRect(keypadRect);
561 StrokeRect(frame);
/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/servers/app/
H A DView.cpp380 engine->StrokeRect(rect, (rgb_color){level * 30, level * 30, level * 30});
398 engine->StrokeRect(rect, color);
400 engine->StrokeRect(rect, color);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp1379 StrokeRect(frame);
1381 StrokeRect(frame);
1383 StrokeRect(frame);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp354 into->StrokeRect(r, B_SOLID_LOW);
373 into->StrokeRect(r, B_SOLID_LOW);
388 into->StrokeRect(r, B_SOLID_LOW);
/haiku/src/preferences/filetypes/
H A DIconView.cpp769 StrokeRect(BitmapRect());
775 StrokeRect(BitmapRect());
787 StrokeRect(rect);

Completed in 401 milliseconds

12345