Home
last modified time | relevance | path

Searched refs:combine_float_ca (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/pixman/
Dpixman-combine-float.c1097 imp->combine_float_ca[PIXMAN_OP_CLEAR] = combine_clear_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1098 imp->combine_float_ca[PIXMAN_OP_SRC] = combine_src_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1099 imp->combine_float_ca[PIXMAN_OP_DST] = combine_dst_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1100 imp->combine_float_ca[PIXMAN_OP_OVER] = combine_over_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1101 imp->combine_float_ca[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1102 imp->combine_float_ca[PIXMAN_OP_IN] = combine_in_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1103 imp->combine_float_ca[PIXMAN_OP_IN_REVERSE] = combine_in_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1104 imp->combine_float_ca[PIXMAN_OP_OUT] = combine_out_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1105 imp->combine_float_ca[PIXMAN_OP_OUT_REVERSE] = combine_out_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1106 imp->combine_float_ca[PIXMAN_OP_ATOP] = combine_atop_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
[all …]
Dpixman-implementation.c209 f = (pixman_combine_32_func_t)imp->combine_float_ca[op]; in _pixman_implementation_lookup_combiner()
Dpixman-private.h540 pixman_combine_float_func_t combine_float_ca[PIXMAN_N_OPERATORS]; member
/third_party/pixman/test/
Dcombiner-test.c102 f = imp->combine_float_ca[op]; in lookup_combiner()