Lines Matching refs:imp

134     combine_ ## name ## _float (pixman_implementation_t *imp,		\
842 combine_ ## name ## _u_float (pixman_implementation_t *imp, \
892 _pixman_setup_combiner_functions_float (pixman_implementation_t *imp) in MAKE_NON_SEPARABLE_PDF_COMBINERS()
895 imp->combine_float[PIXMAN_OP_CLEAR] = combine_clear_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
896 imp->combine_float[PIXMAN_OP_SRC] = combine_src_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
897 imp->combine_float[PIXMAN_OP_DST] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
898 imp->combine_float[PIXMAN_OP_OVER] = combine_over_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
899 imp->combine_float[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
900 imp->combine_float[PIXMAN_OP_IN] = combine_in_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
901 imp->combine_float[PIXMAN_OP_IN_REVERSE] = combine_in_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
902 imp->combine_float[PIXMAN_OP_OUT] = combine_out_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
903 imp->combine_float[PIXMAN_OP_OUT_REVERSE] = combine_out_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
904 imp->combine_float[PIXMAN_OP_ATOP] = combine_atop_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
905 imp->combine_float[PIXMAN_OP_ATOP_REVERSE] = combine_atop_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
906 imp->combine_float[PIXMAN_OP_XOR] = combine_xor_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
907 imp->combine_float[PIXMAN_OP_ADD] = combine_add_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
908 imp->combine_float[PIXMAN_OP_SATURATE] = combine_saturate_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
911 imp->combine_float[PIXMAN_OP_DISJOINT_CLEAR] = combine_disjoint_clear_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
912 imp->combine_float[PIXMAN_OP_DISJOINT_SRC] = combine_disjoint_src_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
913 imp->combine_float[PIXMAN_OP_DISJOINT_DST] = combine_disjoint_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
914 imp->combine_float[PIXMAN_OP_DISJOINT_OVER] = combine_disjoint_over_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
915 imp->combine_float[PIXMAN_OP_DISJOINT_OVER_REVERSE] = combine_disjoint_over_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
916 imp->combine_float[PIXMAN_OP_DISJOINT_IN] = combine_disjoint_in_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
917 imp->combine_float[PIXMAN_OP_DISJOINT_IN_REVERSE] = combine_disjoint_in_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
918 imp->combine_float[PIXMAN_OP_DISJOINT_OUT] = combine_disjoint_out_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
919 imp->combine_float[PIXMAN_OP_DISJOINT_OUT_REVERSE] = combine_disjoint_out_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
920 imp->combine_float[PIXMAN_OP_DISJOINT_ATOP] = combine_disjoint_atop_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
921 imp->combine_float[PIXMAN_OP_DISJOINT_ATOP_REVERSE] = combine_disjoint_atop_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
922 imp->combine_float[PIXMAN_OP_DISJOINT_XOR] = combine_disjoint_xor_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
925 imp->combine_float[PIXMAN_OP_CONJOINT_CLEAR] = combine_conjoint_clear_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
926 imp->combine_float[PIXMAN_OP_CONJOINT_SRC] = combine_conjoint_src_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
927 imp->combine_float[PIXMAN_OP_CONJOINT_DST] = combine_conjoint_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
928 imp->combine_float[PIXMAN_OP_CONJOINT_OVER] = combine_conjoint_over_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
929 imp->combine_float[PIXMAN_OP_CONJOINT_OVER_REVERSE] = combine_conjoint_over_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
930 imp->combine_float[PIXMAN_OP_CONJOINT_IN] = combine_conjoint_in_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
931 imp->combine_float[PIXMAN_OP_CONJOINT_IN_REVERSE] = combine_conjoint_in_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
932 imp->combine_float[PIXMAN_OP_CONJOINT_OUT] = combine_conjoint_out_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
933 imp->combine_float[PIXMAN_OP_CONJOINT_OUT_REVERSE] = combine_conjoint_out_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
934 imp->combine_float[PIXMAN_OP_CONJOINT_ATOP] = combine_conjoint_atop_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
935 imp->combine_float[PIXMAN_OP_CONJOINT_ATOP_REVERSE] = combine_conjoint_atop_reverse_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
936 imp->combine_float[PIXMAN_OP_CONJOINT_XOR] = combine_conjoint_xor_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
939 imp->combine_float[PIXMAN_OP_MULTIPLY] = combine_multiply_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
940 imp->combine_float[PIXMAN_OP_SCREEN] = combine_screen_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
941 imp->combine_float[PIXMAN_OP_OVERLAY] = combine_overlay_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
942 imp->combine_float[PIXMAN_OP_DARKEN] = combine_darken_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
943 imp->combine_float[PIXMAN_OP_LIGHTEN] = combine_lighten_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
944 imp->combine_float[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
945 imp->combine_float[PIXMAN_OP_COLOR_BURN] = combine_color_burn_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
946 imp->combine_float[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
947 imp->combine_float[PIXMAN_OP_SOFT_LIGHT] = combine_soft_light_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
948 imp->combine_float[PIXMAN_OP_DIFFERENCE] = combine_difference_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
949 imp->combine_float[PIXMAN_OP_EXCLUSION] = combine_exclusion_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
951 imp->combine_float[PIXMAN_OP_HSL_HUE] = combine_hsl_hue_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
952 imp->combine_float[PIXMAN_OP_HSL_SATURATION] = combine_hsl_saturation_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
953 imp->combine_float[PIXMAN_OP_HSL_COLOR] = combine_hsl_color_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
954 imp->combine_float[PIXMAN_OP_HSL_LUMINOSITY] = combine_hsl_luminosity_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
957 imp->combine_float_ca[PIXMAN_OP_CLEAR] = combine_clear_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
958 imp->combine_float_ca[PIXMAN_OP_SRC] = combine_src_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
959 imp->combine_float_ca[PIXMAN_OP_DST] = combine_dst_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
960 imp->combine_float_ca[PIXMAN_OP_OVER] = combine_over_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
961 imp->combine_float_ca[PIXMAN_OP_OVER_REVERSE] = combine_over_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
962 imp->combine_float_ca[PIXMAN_OP_IN] = combine_in_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
963 imp->combine_float_ca[PIXMAN_OP_IN_REVERSE] = combine_in_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
964 imp->combine_float_ca[PIXMAN_OP_OUT] = combine_out_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
965 imp->combine_float_ca[PIXMAN_OP_OUT_REVERSE] = combine_out_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
966 imp->combine_float_ca[PIXMAN_OP_ATOP] = combine_atop_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
967 imp->combine_float_ca[PIXMAN_OP_ATOP_REVERSE] = combine_atop_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
968 imp->combine_float_ca[PIXMAN_OP_XOR] = combine_xor_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
969 imp->combine_float_ca[PIXMAN_OP_ADD] = combine_add_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
970 imp->combine_float_ca[PIXMAN_OP_SATURATE] = combine_saturate_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
973 imp->combine_float_ca[PIXMAN_OP_DISJOINT_CLEAR] = combine_disjoint_clear_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
974 imp->combine_float_ca[PIXMAN_OP_DISJOINT_SRC] = combine_disjoint_src_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
975 imp->combine_float_ca[PIXMAN_OP_DISJOINT_DST] = combine_disjoint_dst_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
976 imp->combine_float_ca[PIXMAN_OP_DISJOINT_OVER] = combine_disjoint_over_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
977 imp->combine_float_ca[PIXMAN_OP_DISJOINT_OVER_REVERSE] = combine_disjoint_over_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
978 imp->combine_float_ca[PIXMAN_OP_DISJOINT_IN] = combine_disjoint_in_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
979 imp->combine_float_ca[PIXMAN_OP_DISJOINT_IN_REVERSE] = combine_disjoint_in_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
980 imp->combine_float_ca[PIXMAN_OP_DISJOINT_OUT] = combine_disjoint_out_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
981 imp->combine_float_ca[PIXMAN_OP_DISJOINT_OUT_REVERSE] = combine_disjoint_out_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
982 imp->combine_float_ca[PIXMAN_OP_DISJOINT_ATOP] = combine_disjoint_atop_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
983 imp->combine_float_ca[PIXMAN_OP_DISJOINT_ATOP_REVERSE] = combine_disjoint_atop_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
984 imp->combine_float_ca[PIXMAN_OP_DISJOINT_XOR] = combine_disjoint_xor_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
987 imp->combine_float_ca[PIXMAN_OP_CONJOINT_CLEAR] = combine_conjoint_clear_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
988 imp->combine_float_ca[PIXMAN_OP_CONJOINT_SRC] = combine_conjoint_src_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
989 imp->combine_float_ca[PIXMAN_OP_CONJOINT_DST] = combine_conjoint_dst_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
990 imp->combine_float_ca[PIXMAN_OP_CONJOINT_OVER] = combine_conjoint_over_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
991 imp->combine_float_ca[PIXMAN_OP_CONJOINT_OVER_REVERSE] = combine_conjoint_over_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
992 imp->combine_float_ca[PIXMAN_OP_CONJOINT_IN] = combine_conjoint_in_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
993 imp->combine_float_ca[PIXMAN_OP_CONJOINT_IN_REVERSE] = combine_conjoint_in_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
994 imp->combine_float_ca[PIXMAN_OP_CONJOINT_OUT] = combine_conjoint_out_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
995 imp->combine_float_ca[PIXMAN_OP_CONJOINT_OUT_REVERSE] = combine_conjoint_out_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
996 imp->combine_float_ca[PIXMAN_OP_CONJOINT_ATOP] = combine_conjoint_atop_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
997 imp->combine_float_ca[PIXMAN_OP_CONJOINT_ATOP_REVERSE] = combine_conjoint_atop_reverse_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
998 imp->combine_float_ca[PIXMAN_OP_CONJOINT_XOR] = combine_conjoint_xor_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1001 imp->combine_float_ca[PIXMAN_OP_MULTIPLY] = combine_multiply_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1002 imp->combine_float_ca[PIXMAN_OP_SCREEN] = combine_screen_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1003 imp->combine_float_ca[PIXMAN_OP_OVERLAY] = combine_overlay_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1004 imp->combine_float_ca[PIXMAN_OP_DARKEN] = combine_darken_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1005 imp->combine_float_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1006 imp->combine_float_ca[PIXMAN_OP_COLOR_DODGE] = combine_color_dodge_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1007 imp->combine_float_ca[PIXMAN_OP_COLOR_BURN] = combine_color_burn_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1008 imp->combine_float_ca[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1009 imp->combine_float_ca[PIXMAN_OP_SOFT_LIGHT] = combine_soft_light_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1010 imp->combine_float_ca[PIXMAN_OP_DIFFERENCE] = combine_difference_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1011 imp->combine_float_ca[PIXMAN_OP_EXCLUSION] = combine_exclusion_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1014 imp->combine_float_ca[PIXMAN_OP_HSL_HUE] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1015 imp->combine_float_ca[PIXMAN_OP_HSL_SATURATION] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1016 imp->combine_float_ca[PIXMAN_OP_HSL_COLOR] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1017 imp->combine_float_ca[PIXMAN_OP_HSL_LUMINOSITY] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()