Searched refs:clip_sources (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-image.c118 common->clip_sources = FALSE;
725 pixman_bool_t clip_sources)
727 if (image->common.clip_sources == clip_sources)
730 image->common.clip_sources = clip_sources;
724 pixman_image_set_source_clipping(pixman_image_t *image, pixman_bool_t clip_sources) argument
H A Dpixman-private.h101 pixman_bool_t clip_sources; /* Whether the clip applies when member in struct:image_common
H A Dpixman.c215 if (!image->common.clip_sources || !image->common.client_clip)

Completed in 889 milliseconds