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

/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.cpp115 float DiagramItem::howCloseTo( function in class:DiagramItem
118 D_METHOD(("DiagramItem::howCloseTo()\n"));
H A DDiagramWire.h117 float howCloseTo(
H A DDiagramItem.h197 virtual float howCloseTo(
H A DDiagramWire.cpp139 float DiagramWire::howCloseTo( function in class:DiagramWire
142 D_METHOD(("DiagramWire::howCloseTo()\n"));
H A DDiagramItemGroup.cpp167 howCloseTo() to find the one closest to the point.
177 if (item->Frame().Contains(point) && (item->howCloseTo(point) == 1.0)) {
190 float howClose = item->howCloseTo(point);
207 if (item->Frame().Contains(point) && (item->howCloseTo(point) == 1.0))
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.h97 virtual float howCloseTo(
H A DMediaWire.cpp131 float MediaWire::howCloseTo( function in class:MediaWire
134 D_MOUSE(("MediaWire::howCloseTo()\n"));

Completed in 49 milliseconds