Searched refs:GetAttachmentPosition (Results 1 - 9 of 9) 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 Ddivided.h61 bool GetAttachmentPosition(int attachment, double *x, double *y,
H A Dbasic.h399 virtual bool GetAttachmentPosition(int attachment, double *x, double *y,
627 bool GetAttachmentPosition(int attachment, double *x, double *y,
674 bool GetAttachmentPosition(int attachment, double *x, double *y,
726 bool GetAttachmentPosition(int attachment, double *x, double *y,
H A Dbasicp.h59 bool GetAttachmentPosition(int attachment, double *x, double *y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.h163 bool GetAttachmentPosition(int attachment, double *x, double *y, function in class:csOctagonShape
165 { return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp775 bool wxPolygonShape::GetAttachmentPosition(int attachment, double *x, double *y, function in class:wxPolygonShape
786 { return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line); }
979 bool wxRectangleShape::GetAttachmentPosition(int attachment, double *x, double *y, function in class:wxRectangleShape
982 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
1115 bool wxEllipseShape::GetAttachmentPosition(int attachment, double *x, double *y, function in class:wxEllipseShape
1119 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
1173 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
1277 bool wxControlPoint::GetAttachmentPosition(int WXUNUSED(attachment), double *x, double *y, function in class:wxControlPoint
H A Ddivided.cpp177 bool wxDividedShape::GetAttachmentPosition(int attachment, double *x, double *y, int nth, int no_arcs, function in class:wxDividedShape
183 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs);
H A Dlines.cpp1107 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x, &end_y, nth, no_arcs, this);
1118 m_to->GetAttachmentPosition(m_attachmentTo, &other_end_x, &other_end_y, nth, no_arcs, this);
1136 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x, &end_y, nth, no_arcs, this);
1145 m_to->GetAttachmentPosition(m_attachmentTo, &other_end_x, &other_end_y, nth, no_arcs, this);
H A Dbasic.cpp555 // GetAttachmentPosition[Edge] takes a logical attachment position,
2667 bool wxShape::GetAttachmentPosition(int attachment, double *x, double *y, function in class:wxShape
3182 bool success = GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp508 GetShape()->GetAttachmentPosition(attachment, &xp, &yp);
525 GetShape()->GetAttachmentPosition(attachment, &xp, &yp);

Completed in 82 milliseconds