Lines Matching defs:yoffset

83 	int xoffset, yoffset;
205 rect.y = g_clip_rectangle.y - sw->yoffset; \
215 seamless_XFillPolygon(Drawable d, XPoint * points, int npoints, int xoffset, int yoffset)
218 points[0].y -= yoffset;
221 points[0].y += yoffset;
225 seamless_XDrawLines(Drawable d, XPoint * points, int npoints, int xoffset, int yoffset)
228 points[0].y -= yoffset;
231 points[0].y += yoffset;
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)); \
2555 xevent.xexpose.y + sw->yoffset,
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));
3761 clipy - sw->yoffset));
3812 x, y, cx, cy, x - sw->xoffset, y - sw->yoffset));
3819 x - sw->xoffset, y - sw->yoffset));
4229 sw->yoffset = y;
4234 XMoveResizeWindow(g_display, sw->wnd, sw->xoffset, sw->yoffset, sw->width, sw->height);
4412 sw->yoffset = sw->outpos_yoffset;
4422 sw->xoffset, sw->yoffset, sw->width, sw->height, 0, 0);