Lines Matching refs:xoff
145 int xoff, yoff;
153 if (!(glyphImage = image_from_pict(pPicture, FALSE, &xoff, &yoff)))
282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
290 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff);
314 if (*xoff || *yoff)
315 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff);
319 if (*xoff || *yoff)
320 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff);
328 *xoff += pict->pDrawable->x;
335 int *xoff, int *yoff,
345 int *xoff, int *yoff, Bool is_alpha_map)
362 pixman_int_to_fixed(*xoff),
365 *xoff = 0;
438 image_from_pict_internal(PicturePtr pict, Bool has_clip, int *xoff, int *yoff,
447 image = create_bits_picture(pict, has_clip, xoff, yoff);
465 *xoff = *yoff = 0;
469 set_image_properties(image, pict, has_clip, xoff, yoff, is_alpha_map);
475 image_from_pict(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
477 return image_from_pict_internal(pict, has_clip, xoff, yoff, FALSE);