Home
last modified time | relevance | path

Searched refs:dest_flags (Results 1 – 6 of 6) sorted by relevance

/external/pixman/pixman/
Dpixman-implementation.c82 uint32_t dest_flags, in _pixman_implementation_lookup_composite() argument
108 info->dest_flags == dest_flags && in _pixman_implementation_lookup_composite()
135 (info->dest_flags & dest_flags) == info->dest_flags) in _pixman_implementation_lookup_composite()
177 cache->cache[0].fast_path.dest_flags = dest_flags; in _pixman_implementation_lookup_composite()
Dpixman-glyph.c410 uint32_t dest_flags; in pixman_composite_glyphs_no_mask() local
420 dest_flags = dest->common.flags; in pixman_composite_glyphs_no_mask()
436 info.dest_flags = dest->common.flags; in pixman_composite_glyphs_no_mask()
471 dest_format, dest_flags, in pixman_composite_glyphs_no_mask()
509 uint32_t dest_flags; in add_glyphs() local
519 dest_flags = dest->common.flags; in add_glyphs()
525 info.dest_flags = dest_flags; in add_glyphs()
580 dest_format, dest_flags, in add_glyphs()
Dpixman-private.h402 uint32_t dest_flags; member
471 uint32_t dest_flags; member
509 uint32_t dest_flags,
729 #define FAST_PATH(op, src, src_flags, mask, mask_flags, dest, dest_flags, func) \ argument
736 dest_flags, \
Dpixman-general.c186 dest_buffer, narrow | op_flags[op].dst, info->dest_flags); in general_composite_rect()
Dpixman.c612 info.dest_flags = dest->common.flags; in pixman_image_composite32()
681 info.op = optimize_operator (op, info.src_flags, info.mask_flags, info.dest_flags); in pixman_image_composite32()
687 dest_format, info.dest_flags, in pixman_image_composite32()
Dpixman-fast-path.c1247 dest_image->common.extended_format_code, info->dest_flags, in fast_composite_tiled_repeat()