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