Searched refs:pixman_image_set_alpha_map (Results 1 – 7 of 7) sorted by relevance
/external/pixman/test/ |
D | alphamap.c | 170 pixman_image_set_alpha_map (src, alpha, soff, soff); in run_test() 188 pixman_image_set_alpha_map (orig_dst, orig_alpha, doff, doff); in run_test() 189 pixman_image_set_alpha_map (dst, alpha, doff, doff); in run_test() 275 pixman_image_set_alpha_map (src, NULL, 0, 0); in run_test() 276 pixman_image_set_alpha_map (dst, NULL, 0, 0); in run_test() 277 pixman_image_set_alpha_map (orig_dst, NULL, 0, 0); in run_test()
|
D | alpha-loop.c | 26 pixman_image_set_alpha_map (s, a, 0, 0); in main() 27 pixman_image_set_alpha_map (a, s, 0, 0); in main()
|
D | glyph-test.c | 200 pixman_image_set_alpha_map (image, alpha_map, alpha_x, alpha_y); in create_image()
|
D | stress-test.c | 430 pixman_image_set_alpha_map (image, alpha_map, x, y); in set_general_properties()
|
/external/pixman/demos/ |
D | alpha-test.c | 102 pixman_image_set_alpha_map (src_img, alpha_img, 10, 10); in main()
|
/external/pixman/pixman/ |
D | pixman-image.c | 754 pixman_image_set_alpha_map (pixman_image_t *image, in pixman_image_set_alpha_map() function
|
D | pixman.h | 816 void pixman_image_set_alpha_map (pixman_image_t *image,
|