Lines Matching defs:x_off
85 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off)
92 *x_off = pDrawable->x - pPixmap->screen_x;
96 *x_off = *y_off = 0;
118 int status, x_off, y_off;
122 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off);
153 int x_off, y_off;
176 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off);
202 vals[0].val = x_off - pDrawable->x;
220 if ((pGC->patOrg.x + x_off) != pBackingGC->patOrg.x ||
224 vals[0].val = pGC->patOrg.x + x_off;
393 int x_off, y_off;
405 &x_off, &y_off);