Lines Matching refs:y_off
85 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off)
93 *y_off = pDrawable->y - pPixmap->screen_y;
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);
203 vals[1].val = y_off - pDrawable->y;
221 (pGC->patOrg.y + y_off) != pBackingGC->patOrg.y)
225 vals[1].val = pGC->patOrg.y + y_off;
393 int x_off, y_off;
405 &x_off, &y_off);