Home
last modified time | relevance | path

Searched refs:endConnectionPoint (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.h95 BPoint endConnectionPoint() const;
112 { return BRect(startConnectionPoint(), endConnectionPoint()); } in Frame()
H A DDiagramWire.cpp121 BPoint DiagramWire::endConnectionPoint() const in endConnectionPoint() function in DiagramWire
144 BPoint b = endConnectionPoint(); in howCloseTo()
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp294 m_endPoint = endConnectionPoint(); in endPointMoved()