Searched refs:clip_region (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | clip-test.c | 43 pixman_region32_t clip_region; local in function:main 73 pixman_region32_init_rect (&clip_region, 50, 0, 100, 200); 74 pixman_image_set_clip_region32 (src_img, &clip_region);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-image.c | 114 pixman_region32_init (&common->clip_region); 146 pixman_region32_fini (&common->clip_region); 577 if ((result = pixman_region32_copy (&common->clip_region, region))) 601 if ((result = pixman_region32_copy_from_region16 (&common->clip_region, region))) 625 if ((result = pixman_region32_copy_from_region64f (&common->clip_region, region)))
|
| H A D | pixman.c | 234 &image->common.clip_region, 281 if (!clip_general_image (region, &dest_image->common.clip_region, 0, 0)) 299 if (!clip_general_image (region, &dest_image->common.alpha_map->common.clip_region, 955 &dest->common.clip_region))
|
| H A D | pixman-private.h | 95 pixman_region32_t clip_region; member in struct:image_common
|
Completed in 66 milliseconds