Home | History | Annotate | Download | only in test

Lines Matching defs:dst

151     pixman_image_t *src, *dst, *orig_dst, *alpha, *orig_alpha;
176 dst = make_image (df);
177 pixman_image_composite (PIXMAN_OP_SRC, orig_dst, NULL, dst,
189 pixman_image_set_alpha_map (dst, alpha, doff, doff);
203 pixman_image_set_transform (dst, &t1);
204 pixman_image_set_filter (dst, PIXMAN_FILTER_BILINEAR, NULL, 0);
205 pixman_image_set_repeat (dst, PIXMAN_REPEAT_REFLECT);
207 pixman_image_composite (PIXMAN_OP_ADD, src, NULL, dst,
218 da = get_alpha (dst, k, j, doff, doff);
248 dr = get_red (dst, k, j, doff, doff);
276 pixman_image_set_alpha_map (dst, NULL, 0, 0);
280 pixman_image_unref (dst);