Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.h88 BPoint startConnectionPoint() const;
112 { return BRect(startConnectionPoint(), endConnectionPoint()); } in Frame()
H A DDiagramWire.cpp107 BPoint DiagramWire::startConnectionPoint() const in startConnectionPoint() function in DiagramWire
143 BPoint a = startConnectionPoint(); in howCloseTo()
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp273 m_startPoint = startConnectionPoint(); in endPointMoved()