Searched refs:_StrokeBWPoint (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp99 _StrokeBWPoint(into, lt, 0.0);
100 _StrokeBWPoint(into, rt, 90.0);
101 _StrokeBWPoint(into, rb, 180.0);
102 _StrokeBWPoint(into, lb, 270.0);
404 PerspectiveBox::_StrokeBWPoint(BView* into, BPoint point, double angle) const function in class:PerspectiveBox
H A DPerspectiveBox.h85 void _StrokeBWPoint(BView* into,
H A DTransformBox.cpp123 _StrokeBWPoint(into, lt, rotation);
124 _StrokeBWPoint(into, rt, rotation + 90.0);
125 _StrokeBWPoint(into, rb, rotation + 180.0);
126 _StrokeBWPoint(into, lb, rotation + 270.0);
647 // _StrokeBWPoint
649 TransformBox::_StrokeBWPoint(BView* into, BPoint point, double angle) const function in class:TransformBox
H A DTransformBox.h101 void _StrokeBWPoint(BView* into,

Completed in 80 milliseconds