Home | History | Annotate | Download | only in test

Lines Matching defs:alpha

151     pixman_image_t *src, *dst, *orig_dst, *alpha, *orig_alpha;
169 alpha = make_image (saf);
170 pixman_image_set_alpha_map (src, alpha, soff, soff);
171 pixman_image_unref (alpha);
183 alpha = make_image (daf);
185 pixman_image_composite (PIXMAN_OP_SRC, orig_alpha, NULL, alpha,
189 pixman_image_set_alpha_map (dst, alpha, doff, doff);
192 pixman_image_unref (alpha);
228 printf ("\nWrong alpha value at (%d, %d). Should be 0x%x; got 0x%x. Source was 0x%x, original dest was 0x%x\n",
231 printf ("src: %s, alpha: %s, origin %d %d\ndst: %s, alpha: %s, origin: %d %d\n\n",
262 printf ("src: %s, alpha: %s, origin %d %d\ndst: %s, alpha: %s, origin: %d %d\n\n",