Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-combine-float.c1035 imp->combine_float[PIXMAN_OP_CLEAR] = combine_clear_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1036 imp->combine_float[PIXMAN_OP_SRC] = combine_src_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1037 imp->combine_float[PIXMAN_OP_DST] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1038 imp->combine_float[PIXMAN_OP_OVER] = combine_over_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1039 imp->combine_float[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1040 imp->combine_float[PIXMAN_OP_IN] = combine_in_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1041 imp->combine_float[PIXMAN_OP_IN_REVERSE] = combine_in_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1042 imp->combine_float[PIXMAN_OP_OUT] = combine_out_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1043 imp->combine_float[PIXMAN_OP_OUT_REVERSE] = combine_out_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1044 imp->combine_float[PIXMAN_OP_ATOP] = combine_atop_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
[all …]
Dpixman-implementation.c205 f = (pixman_combine_32_func_t)imp->combine_float[op]; in _pixman_implementation_lookup_combiner()
Dpixman-private.h539 pixman_combine_float_func_t combine_float[PIXMAN_N_OPERATORS]; member
/third_party/pixman/test/
Dcombiner-test.c104 f = imp->combine_float[op]; in lookup_combiner()