Home
last modified time | relevance | path

Searched defs:image_common (Results 1 – 1 of 1) sorted by relevance

/third_party/pixman/pixman/
Dpixman-private.h91 struct image_common struct
93 image_type_t type;
94 int32_t ref_count;
95 pixman_region32_t clip_region;
96 int32_t alpha_count; /* How many times this image is being used as an alpha map */
97 pixman_bool_t have_clip_region; /* FALSE if there is no clip */
98 pixman_bool_t client_clip; /* Whether the source clip was
100 pixman_bool_t clip_sources; /* Whether the clip applies when
124 image_common_t common; argument