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

/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp132 BRect wireFrame, startFrame, endFrame; local
133 wireFrame.left = so.x < eo.x ? so.x : eo.x;
134 wireFrame.top = so.y < eo.y ? so.y : eo.y;
135 wireFrame.right = so.x > eo.x ? so.x : eo.x;
136 wireFrame.bottom = so.y > eo.y ? so.y : eo.y;
139 wireFrame.InsetBy(-1.0, -1.0);
142 if ((wireFrame.Width() <= 5.0) || (wireFrame.Height() <= 5.0) || startFrame.Contains(point) || endFrame.Contains(point))

Completed in 86 milliseconds