Searched defs:dest_flags (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-implementation.c82 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;
75 _pixman_implementation_lookup_composite(pixman_implementation_t *toplevel, pixman_op_t op, pixman_format_code_t src_format, uint32_t src_flags, pixman_format_code_t mask_format, uint32_t mask_flags, pixman_format_code_t dest_format, uint32_t dest_flags, pixman_implementation_t **out_imp, pixman_composite_func_t *out_func) argument
H A Dpixman-glyph.c410 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
H A Dpixman-private.h402 uint32_t dest_flags; member in struct:__anon28845
471 uint32_t dest_flags; member in struct:__anon28846
509 uint32_t dest_flags,
729 #define FAST_PATH(op, src, src_flags, mask, mask_flags, dest, dest_flags, func) \
736 dest_flags, \

Completed in 251 milliseconds