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

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp94 _StrokeBWLine(into, lt, rt);
95 _StrokeBWLine(into, rt, rb);
96 _StrokeBWLine(into, rb, lb);
97 _StrokeBWLine(into, lb, lt);
373 PerspectiveBox::_StrokeBWLine(BView* into, BPoint from, BPoint to) const function in class:PerspectiveBox
H A DPerspectiveBox.h83 void _StrokeBWLine(BView* into,
H A DTransformBox.cpp117 _StrokeBWLine(into, lt, rt);
118 _StrokeBWLine(into, rt, rb);
119 _StrokeBWLine(into, rb, lb);
120 _StrokeBWLine(into, lb, lt);
615 // _StrokeBWLine
617 TransformBox::_StrokeBWLine(BView* into, BPoint from, BPoint to) const function in class:TransformBox
H A DTransformBox.h99 void _StrokeBWLine(BView* into,

Completed in 48 milliseconds