Home
last modified time | relevance | path

Searched refs:PIXMAN_OP_COLOR_DODGE (Results 1 – 9 of 9) sorted by relevance

/external/pixman/test/
Dpdf-op-test.c11 PIXMAN_OP_COLOR_DODGE,
Dcombiner-test.c55 PIXMAN_OP_COLOR_DODGE,
Dblitters-test.c145 PIXMAN_OP_COLOR_DODGE,
Dutils.c924 case PIXMAN_OP_COLOR_DODGE: return "PIXMAN_OP_COLOR_DODGE"; in operator_name()
1245 case PIXMAN_OP_COLOR_DODGE: in calc_op()
Dstress-test.c834 PIXMAN_OP_COLOR_DODGE,
/external/pixman/demos/
Dcomposite-test.c37 { "COLOR_DODGE", PIXMAN_OP_COLOR_DODGE },
/external/pixman/pixman/
Dpixman-combine-float.c942 imp->combine_float[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1004 imp->combine_float_ca[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h367 PIXMAN_OP_COLOR_DODGE = 0x35, enumerator
Dpixman-combine32.c2432 imp->combine_32[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_u; in _pixman_setup_combiner_functions_32()
2492 imp->combine_32_ca[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_ca; in _pixman_setup_combiner_functions_32()