Searched refs:clip_sources (Results 1 – 3 of 3) sorted by relevance
118 common->clip_sources = FALSE; in _pixman_image_init()772 pixman_bool_t clip_sources) in pixman_image_set_source_clipping() argument774 if (image->common.clip_sources == clip_sources) in pixman_image_set_source_clipping()777 image->common.clip_sources = clip_sources; in pixman_image_set_source_clipping()
100 pixman_bool_t clip_sources; /* Whether the clip applies when member
215 if (!image->common.clip_sources || !image->common.client_clip) in clip_source_image()