Lines Matching refs:xoff
170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
178 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff);
196 if (*xoff || *yoff)
197 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff);
201 if (*xoff || *yoff)
202 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff);
210 *xoff += pict->pDrawable->x;
217 int *xoff, int *yoff,
222 int *xoff, int *yoff, Bool is_alpha_map)
239 pixman_int_to_fixed(*xoff),
242 *xoff = 0;
311 image_from_pict_internal(PicturePtr pict, Bool has_clip, int *xoff, int *yoff,
320 image = create_bits_picture(pict, has_clip, xoff, yoff);
338 *xoff = *yoff = 0;
342 set_image_properties(image, pict, has_clip, xoff, yoff, is_alpha_map);
348 image_from_pict(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
350 return image_from_pict_internal(pict, has_clip, xoff, yoff, FALSE);