HomeSort by relevance Sort by last modified time
    Searched refs:pixman_image_set_alpha_map (Results 1 - 7 of 7) sorted by null

  /external/pixman/test/
alpha-loop.c 26 pixman_image_set_alpha_map (s, a, 0, 0);
27 pixman_image_set_alpha_map (a, s, 0, 0);
alphamap.c 170 pixman_image_set_alpha_map (src, alpha, soff, soff);
188 pixman_image_set_alpha_map (orig_dst, orig_alpha, doff, doff);
189 pixman_image_set_alpha_map (dst, alpha, doff, doff);
275 pixman_image_set_alpha_map (src, NULL, 0, 0);
276 pixman_image_set_alpha_map (dst, NULL, 0, 0);
277 pixman_image_set_alpha_map (orig_dst, NULL, 0, 0);
glyph-test.c 200 pixman_image_set_alpha_map (image, alpha_map, alpha_x, alpha_y);
stress-test.c 430 pixman_image_set_alpha_map (image, alpha_map, x, y);
  /external/pixman/demos/
alpha-test.c 102 pixman_image_set_alpha_map (src_img, alpha_img, 10, 10);
  /external/pixman/pixman/
pixman-image.c 754 pixman_image_set_alpha_map (pixman_image_t *image, function
pixman.h     [all...]

Completed in 757 milliseconds