Lines Matching refs:npoints
215 seamless_XFillPolygon(Drawable d, XPoint * points, int npoints, int xoffset, int yoffset)
219 XFillPolygon(g_display, d, g_gc, points, npoints, Complex, CoordModePrevious);
225 seamless_XDrawLines(Drawable d, XPoint * points, int npoints, int xoffset, int yoffset)
229 XDrawLines(g_display, d, g_gc, points, npoints, CoordModePrevious);
3386 /* dest */ RD_POINT * point, int npoints,
3415 FILL_POLYGON((XPoint *) point, npoints);
3426 FILL_POLYGON((XPoint *) point, npoints);
3443 FILL_POLYGON((XPoint *) point, npoints);
3454 FILL_POLYGON((XPoint *) point, npoints);
3467 FILL_POLYGON((XPoint *) point, npoints);
3483 /* dest */ RD_POINT * points, int npoints,
3489 XDrawLines(g_display, g_wnd, g_gc, (XPoint *) points, npoints, CoordModePrevious);
3491 XDrawLines(g_display, g_backstore, g_gc, (XPoint *) points, npoints,
3495 (sw->wnd, (XPoint *) points, npoints, sw->xoffset, sw->yoffset));