Searched refs:StrokePoint (Results 1 - 7 of 7) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h92 virtual void StrokePoint(const BPoint& point,
H A DRemoteDrawingEngine.cpp538 RemoteDrawingEngine::StrokePoint(const BPoint& point, const rgb_color& color) function in class:RemoteDrawingEngine
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h124 virtual void StrokePoint(const BPoint& point,
H A DDrawingEngine.cpp866 DrawingEngine::StrokePoint(const BPoint& pt, const rgb_color& color) function in class:DrawingEngine
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp536 fDrawingEngine->StrokePoint(pt1, colors[0]);
537 fDrawingEngine->StrokePoint(pt2, kWhite);
1158 sBitmapDrawingEngine->StrokePoint(smallRect.LeftBottom(),
1160 sBitmapDrawingEngine->StrokePoint(smallRect.RightTop(),
1241 sBitmapDrawingEngine->StrokePoint(smallRect.LeftBottom(),
1243 sBitmapDrawingEngine->StrokePoint(smallRect.RightTop(),
1317 sBitmapDrawingEngine->StrokePoint(tab->zoomPressed
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp474 fDrawingEngine->StrokePoint(pt1, tint_color(colors[1], 1.5));
475 fDrawingEngine->StrokePoint(pt2, tint_color(colors[1], 0.75));
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp473 fDrawingEngine->StrokePoint(pt1, colors[0]);
474 fDrawingEngine->StrokePoint(pt2, kWhite);

Completed in 112 milliseconds