HomeSort by relevance Sort by last modified time
    Searched full:have_clip_region (Results 1 - 4 of 4) sorted by null

  /external/pixman/pixman/
pixman.c 264 if (dest_image->common.have_clip_region)
282 if (dest_image->common.alpha_map->common.have_clip_region)
294 if (src_image->common.have_clip_region)
299 if (src_image->common.alpha_map && src_image->common.alpha_map->common.have_clip_region)
309 if (mask_image && mask_image->common.have_clip_region)
314 if (mask_image->common.alpha_map && mask_image->common.alpha_map->common.have_clip_region)
920 if (dest->common.have_clip_region)
    [all...]
pixman-image.c 117 common->have_clip_region = FALSE;
238 image->common.have_clip_region = FALSE;
566 image->common.have_clip_region = TRUE;
590 image->common.have_clip_region = TRUE;
pixman-trap.c 505 !(dst->common.have_clip_region))
pixman-private.h 98 pixman_bool_t have_clip_region; /* FALSE if there is no clip */ member in struct:image_common
    [all...]

Completed in 734 milliseconds