Searched refs:clip_region (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dclip-test.c43 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 Dpixman-image.c114 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 Dpixman.c234 &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 Dpixman-private.h95 pixman_region32_t clip_region; member in struct:image_common

Completed in 66 milliseconds