Searched defs:image_common (Results 1 – 1 of 1) sorted by relevance
91 struct image_common struct93 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 was100 pixman_bool_t clip_sources; /* Whether the clip applies when124 image_common_t common; argument