Searched refs:no_arcs (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.h62 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
H A Dbasic.h400 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
409 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
628 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
675 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
727 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
H A Dbasicp.h60 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
H A Dlines.h194 virtual void FindNth(wxShape *image, int *nth, int *no_arcs, bool incoming);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.h164 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL)
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 Ddivided.cpp177 bool wxDividedShape::GetAttachmentPosition(int attachment, double *x, double *y, int nth, int no_arcs, argument
183 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs);
212 *x = left + (nth + 1)*m_width/(no_arcs + 1);
234 *x = left + (nth + 1)*m_width/(no_arcs + 1);
274 // *y = (double)(((m_ypos + region->m_y) - (region->m_height/2.0)) + (nth + 1)*region->m_height/(no_arcs+1));
275 *y = (double)(top + (nth + 1)*region->m_height/(no_arcs+1));
H A Dbasic2.cpp776 int nth, int no_arcs, wxLineShape *line)
786 { return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line); }
980 int nth, int no_arcs, wxLineShape *line)
982 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
1116 int nth, int no_arcs, wxLineShape *line)
1119 return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
1135 *x = left + (nth + 1)*m_width/(no_arcs + 1);
1148 *y = bottom + (nth + 1)*m_height/(no_arcs + 1);
1156 *x = left + (nth + 1)*m_width/(no_arcs + 1);
1166 *y = bottom + (nth + 1)*m_height/(no_arcs
775 GetAttachmentPosition(int attachment, double *x, double *y, int nth, int no_arcs, wxLineShape *line) argument
979 GetAttachmentPosition(int attachment, double *x, double *y, int nth, int no_arcs, wxLineShape *line) argument
1115 GetAttachmentPosition(int attachment, double *x, double *y, int nth, int no_arcs, wxLineShape *line) argument
[all...]
H A Dlines.cpp914 void wxLineShape::FindNth(wxShape *image, int *nth, int *no_arcs, bool incoming) argument
955 *no_arcs = num;
1105 int nth, no_arcs; local
1106 FindNth(m_from, &nth, &no_arcs, false); // Not incoming
1107 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x, &end_y, nth, no_arcs, this);
1116 int nth, no_arcs; local
1117 FindNth(m_to, &nth, &no_arcs, true); // Incoming
1118 m_to->GetAttachmentPosition(m_attachmentTo, &other_end_x, &other_end_y, nth, no_arcs, this);
1134 int nth, no_arcs; local
1135 FindNth(m_from, &nth, &no_arcs, fals
1143 int nth, no_arcs; local
[all...]
H A Dbasic.cpp2668 int nth, int no_arcs, wxLineShape *line)
2724 nth, no_arcs, line);
2732 nth, no_arcs, line);
2740 nth, no_arcs, line);
2748 nth, no_arcs, line);
3175 int nth, int no_arcs, wxLineShape *line)
3182 bool success = GetAttachmentPosition(attachment, x, y, nth, no_arcs, line);
2667 GetAttachmentPosition(int attachment, double *x, double *y, int nth, int no_arcs, wxLineShape *line) argument
3174 GetAttachmentPositionEdge(int attachment, double *x, double *y, int nth, int no_arcs, wxLineShape *line) argument

Completed in 77 milliseconds