Searched refs:point1 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgdicmn.cpp89 wxRect::wxRect(const wxPoint& point1, const wxPoint& point2) argument
91 x = point1.x;
92 y = point1.y;
93 width = point2.x - point1.x;
94 height = point2.y - point1.y;
H A Ddcbase.cpp178 wxPoint *point1 = new wxPoint; local
179 point1->x = x1; point1->y = y1;
180 point_list.Append((wxObject*)point1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp367 void GraphicsStraightenLine(wxRealPoint *point1, wxRealPoint *point2) argument
369 double dx = point2->x - point1->x;
370 double dy = point2->y - point1->y;
376 point2->x = point1->x;
378 else point2->y = point1->y;
497 wxRealPoint *point1 = (wxRealPoint *)node->GetData(); local
503 double dx = point2->x - point1->x;
504 double dy = point2->y - point1->y;
507 seg_len*((x-point1->x)*dy-(y-point1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.h359 U032 point1; /* y_x S16_S16 in pixels 4- 7*/ member in struct:__anon16392::__anon16393
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 63 milliseconds