Home
last modified time | relevance | path

Searched refs:m_CPx0 (Results 1 – 2 of 2) sorted by relevance

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/arrows/
H A Dcurvedarrowtool.h69 …double m_CPx0, m_CPy0, m_CPx1, m_CPy1, m_CPx2, m_CPy2, m_CPx3, m_CPy3; // x and y deltas from ends… variable
H A Dcurvedarrowtool.cc162 arrow->GetControlPoints (m_CPx0, m_CPy0, m_CPx1, m_CPy1, m_CPx2, m_CPy2, m_CPx3, m_CPy3); in OnClicked()
209 arrow->SetControlPoints (m_CPx0, m_CPy0, m_CPx1, m_CPy1, m_CPx2, m_CPy2, m_CPx3, m_CPy3); in OnDrag()
434 a->SetControlPoint (1, (m_CPx1 - m_CPx0) / m_dZoomFactor, (m_CPy1 - m_CPy0) / m_dZoomFactor); in OnRelease()
727 m_CPx0 = x0; in AtomToAdjBond()
768 m_CPx0 = x0 *= m_dZoomFactor; in AtomToAtom()
875 m_CPx0 = x0 *= m_dZoomFactor; in BondToAdjAtom()
936 x0 = m_CPx0; in BondToAdjBond()
1004 x0 = m_CPx0; in BondToAtom()
1017 x0 = m_CPx0; in BondToAtom()