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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h57 inline int GetPosition() const { return m_arrowEnd; }
58 inline void SetPosition(int pos) { m_arrowEnd = pos; }
68 inline int GetArrowEnd() const { return m_arrowEnd; }
75 int m_arrowEnd; // Position on line member in class:wxArrowHead
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp2341 m_arrowType = type; m_arrowEnd = end; m_arrowSize = size;
2355 m_arrowType = toCopy.m_arrowType; m_arrowEnd = toCopy.GetArrowEnd();

Completed in 78 milliseconds