Lines Matching refs:xp
80 int *xp, int *yp)
84 *xp = -pPixmap->screen_x;
90 *xp = 0;
99 saa_get_pixmap(DrawablePtr drawable, int *xp, int *yp)
103 saa_get_drawable_deltas(drawable, pixmap, xp, yp);
271 int xp;
278 pix = saa_get_pixmap(draw, &xp, &yp);
280 box.x1 = draw->x + xp;
296 int xp;
303 pix = saa_get_pixmap(draw, &xp, &yp);
305 box.x1 = x + xp;
326 int xp;
328 PixmapPtr pixmap = saa_get_pixmap(draw, &xp, &yp);