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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp472 XPoint *xpoints1 = new XPoint[n + 1]; local
477 xpoints1[i].x = (short)XLOG2DEV (points[i].x + xoffset);
478 xpoints1[i].y = (short)YLOG2DEV (points[i].y + yoffset);
485 xpoints1[i].x = xpoints1[0].x;
486 xpoints1[i].y = xpoints1[0].y;
494 XFillPolygon ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xpoints1, n, Complex, 0);
509 XDrawLines ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xpoints1, n + 1, 0);
515 delete[]xpoints1;
[all...]

Completed in 106 milliseconds