Lines Matching refs:yoff
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);
211 *yoff += pict->pDrawable->y;
217 int *xoff, int *yoff,
222 int *xoff, int *yoff, Bool is_alpha_map)
240 pixman_int_to_fixed(*yoff));
243 *yoff = 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);