/external/pixman/pixman/ |
pixman.h | 500 typedef struct pixman_region32 pixman_region32_t; typedef in typeref:struct:pixman_region32 526 void pixman_region32_init (pixman_region32_t *region); 527 void pixman_region32_init_rect (pixman_region32_t *region, 532 pixman_bool_t pixman_region32_init_rects (pixman_region32_t *region, 535 void pixman_region32_init_with_extents (pixman_region32_t *region, 537 void pixman_region32_init_from_image (pixman_region32_t *region, 539 void pixman_region32_fini (pixman_region32_t *region); 543 void pixman_region32_translate (pixman_region32_t *region, 546 pixman_bool_t pixman_region32_copy (pixman_region32_t *dest, 547 pixman_region32_t *source) [all...] |
pixman-region32.c | 35 typedef pixman_region32_t region_type_t;
|
pixman-utils.c | 221 pixman_region32_t *src) 250 pixman_region32_copy_from_region16 (pixman_region32_t *dst,
|
pixman.c | 159 clip_general_image (pixman_region32_t * region, 160 pixman_region32_t * clip, 205 clip_source_image (pixman_region32_t * region, 228 _pixman_compute_composite_region32 (pixman_region32_t * region, 584 pixman_region32_t region; 913 pixman_region32_t fill_region; [all...] |
pixman-private.h | 96 pixman_region32_t clip_region; 635 _pixman_compute_composite_region32 (pixman_region32_t * region, 803 pixman_region32_copy_from_region16 (pixman_region32_t *dst, 808 pixman_region32_t *src); [all...] |
pixman-glyph.c | 406 pixman_region32_t region;
|
pixman-image.c | 558 pixman_region32_t *region)
|
/external/pixman/test/ |
region-test.c | 9 pixman_region32_t r1; 10 pixman_region32_t r2; 11 pixman_region32_t r3;
|
region-translate-test.c | 14 pixman_region32_t r1, r2;
|
region-contains-test.c | 6 make_random_region (pixman_region32_t *region) 34 random_coord (pixman_region32_t *region, pixman_bool_t x) 111 pixman_region32_t region;
|
stress-test.c | 442 pixman_region32_t region;
|
/external/pixman/demos/ |
clip-test.c | 43 pixman_region32_t clip_region;
|