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

  /external/pixman/pixman/
pixman-implementation.c 82 uint32_t dest_flags,
108 info->dest_flags == dest_flags &&
135 (info->dest_flags & dest_flags) == info->dest_flags)
177 cache->cache[0].fast_path.dest_flags = dest_flags;
pixman-glyph.c 410 uint32_t dest_flags; local
420 dest_flags = dest->common.flags;
436 info.dest_flags = dest->common.flags;
471 dest_format, dest_flags, local
509 uint32_t dest_flags; local
519 dest_flags = dest->common.flags;
525 info.dest_flags = dest_flags;
580 dest_format, dest_flags, local
pixman-private.h 402 uint32_t dest_flags; member in struct:__anon26199
471 uint32_t dest_flags; member in struct:__anon26200
509 uint32_t dest_flags,
729 #define FAST_PATH(op, src, src_flags, mask, mask_flags, dest, dest_flags, func) \
736 dest_flags, \
    [all...]
pixman-general.c 186 dest_buffer, narrow | op_flags[op].dst, info->dest_flags);
pixman.c 612 info.dest_flags = dest->common.flags;
681 info.op = optimize_operator (op, info.src_flags, info.mask_flags, info.dest_flags);
687 dest_format, info.dest_flags,
    [all...]
pixman-fast-path.c 1247 dest_image->common.extended_format_code, info->dest_flags,
    [all...]

Completed in 72 milliseconds