Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-image.c118 common->clip_sources = FALSE; in _pixman_image_init()
772 pixman_bool_t clip_sources) in pixman_image_set_source_clipping() argument
774 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()
Dpixman-private.h100 pixman_bool_t clip_sources; /* Whether the clip applies when member
Dpixman.c215 if (!image->common.clip_sources || !image->common.client_clip) in clip_source_image()