Lines Matching refs:dst_image
1665 pixman_image_t *src_image, *dst_image;
1786 dst_image = image_from_pict(dst, TRUE, &dst_dx, &dst_dy);
1787 if (dst_image == NULL)
1792 pixman_composite_glyphs(op, src_image, dst_image,
1802 pixman_composite_glyphs_no_mask(op, src_image, dst_image,
1810 free_pixman_pict(dst, dst_image);
1824 dst_image = image_from_pict(dst, TRUE, &x, &y);
1825 if (dst_image == NULL)
1867 mask_image = dst_image;
1939 dst_image,
1963 pixman_image_composite(op, src_image, mask_image, dst_image,
1975 free_pixman_pict(dst, dst_image);