Lines Matching defs:xoffset

83 	int xoffset, yoffset;
204 rect.x = g_clip_rectangle.x - sw->xoffset; \
215 seamless_XFillPolygon(Drawable d, XPoint * points, int npoints, int xoffset, int yoffset)
217 points[0].x -= xoffset;
220 points[0].x += xoffset;
225 seamless_XDrawLines(Drawable d, XPoint * points, int npoints, int xoffset, int yoffset)
227 points[0].x -= xoffset;
230 points[0].x += xoffset;
237 ON_ALL_SEAMLESS_WINDOWS(XFillRectangle, (g_display, sw->wnd, g_gc, x-sw->xoffset, y-sw->yoffset, cx, cy)); \
252 ON_ALL_SEAMLESS_WINDOWS(seamless_XFillPolygon, (sw->wnd, p, np, sw->xoffset, sw->yoffset)); \
261 ON_ALL_SEAMLESS_WINDOWS(XDrawArc, (g_display, sw->wnd, g_gc, x-sw->xoffset, y-sw->yoffset, cx, cy, 0, 360*64)); \
267 ON_ALL_SEAMLESS_WINDOWS(XFillArc, (g_display, sw->wnd, g_gc, x-sw->xoffset, y-sw->yoffset, cx, cy, 0, 360*64)); \
2554 xevent.xexpose.x + sw->xoffset,
2819 x - sw->xoffset, y - sw->yoffset));
2826 x - sw->xoffset, y - sw->yoffset));
3283 x, y, cx, cy, x - sw->xoffset, y - sw->yoffset));
3305 sw->wnd, g_gc, x, y, cx, cy, x - sw->xoffset, y - sw->yoffset));
3319 srcx, srcy, cx, cy, x - sw->xoffset, y - sw->yoffset));
3367 startx - sw->xoffset, starty - sw->yoffset,
3368 endx - sw->xoffset, endy - sw->yoffset));
3495 (sw->wnd, (XPoint *) points, npoints, sw->xoffset, sw->yoffset));
3751 boxx - sw->xoffset, boxy - sw->yoffset));
3760 clipcx, clipcy, clipx - sw->xoffset,
3812 x, y, cx, cy, x - sw->xoffset, y - sw->yoffset));
3819 x - sw->xoffset, y - sw->yoffset));
4228 sw->xoffset = x;
4234 XMoveResizeWindow(g_display, sw->wnd, sw->xoffset, sw->yoffset, sw->width, sw->height);
4411 sw->xoffset = sw->outpos_xoffset;
4422 sw->xoffset, sw->yoffset, sw->width, sw->height, 0, 0);