Searched refs:xpoints (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp90 XPoint *xpoints = new XPoint[n];
93 xpoints[i].x = points[i].x;
94 xpoints[i].y = points[i].y;
109 delete [] xpoints;
H A Ddcclient.cpp613 XPoint *xpoints = new XPoint[n];
616 xpoints[i].x = XLOG2DEV (points[i].x + xoffset);
617 xpoints[i].y = YLOG2DEV (points[i].y + yoffset);
621 XDrawLines( (Display*) m_display, (Window) m_window, (GC) m_penGC, xpoints, n, 0 );
623 delete[] xpoints;
633 XPoint *xpoints = new XPoint[n + 1];
637 xpoints[i].x = XLOG2DEV (points[i].x + xoffset);
638 xpoints[i].y = YLOG2DEV (points[i].y + yoffset);
655 (GC) m_textGC, xpoints, n, Complex, 0);
665 (GC) m_brushGC, xpoints,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp257 double *xpoints = new double[np]; local
264 xpoints[i] = point->x + m_xpos;
277 if (!PolylineHitTest(np, xpoints, ypoints, x, y, endPointsX[i], endPointsY[i]))
286 delete[] xpoints;
459 double *xpoints = new double[n]; local
467 xpoints[i] = point->x + m_xpos;
473 oglFindEndForPolyline(n, xpoints, ypoints,
476 delete[] xpoints;
H A Ddrawn.cpp1247 double *xpoints = new double[n]; local
1253 xpoints[i] = point->x + xOffset;
1257 oglFindEndForPolyline(n, xpoints, ypoints,
1260 delete[] xpoints;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp444 XPoint *xpoints = new XPoint[n]; local
449 xpoints[i].x = (short)XLOG2DEV (points[i].x + xoffset);
450 xpoints[i].y = (short)YLOG2DEV (points[i].y + yoffset);
452 XDrawLines ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xpoints, n, 0);
458 xpoints[i].x = (short)XLOG2DEV_2 (points[i].x + xoffset);
459 xpoints[i].y = (short)YLOG2DEV_2 (points[i].y + yoffset);
461 XDrawLines ((Display*) m_display, (Pixmap) m_window->GetBackingPixmap(),(GC) m_gcBacking, xpoints, n, 0);
463 delete[]xpoints;
/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 97 milliseconds