HomeSort by relevance Sort by last modified time
    Searched refs:clip_sources (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-image.c 118 common->clip_sources = FALSE;
725 pixman_bool_t clip_sources)
727 if (image->common.clip_sources == clip_sources)
730 image->common.clip_sources = clip_sources;
pixman-private.h 101 pixman_bool_t clip_sources; /* Whether the clip applies when member in struct:image_common
    [all...]
pixman.c 215 if (!image->common.clip_sources || !image->common.client_clip)
    [all...]

Completed in 54 milliseconds