Lines Matching defs:dst_image
1631 pixman_image_t *src_image, *dst_image;
1752 dst_image = image_from_pict(dst, TRUE, &dst_dx, &dst_dy);
1753 if (dst_image == NULL)
1758 pixman_composite_glyphs(op, src_image, dst_image,
1768 pixman_composite_glyphs_no_mask(op, src_image, dst_image,
1776 free_pixman_pict(dst, dst_image);
1790 dst_image = image_from_pict(dst, TRUE, &x, &y);
1791 if (dst_image == NULL)
1833 mask_image = dst_image;
1905 dst_image,
1929 pixman_image_composite(op, src_image, mask_image, dst_image,
1941 free_pixman_pict(dst, dst_image);