Home
last modified time | relevance | path

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

/external/pixman/test/
Dpdf-op-test.c20 PIXMAN_OP_HSL_LUMINOSITY
Dcombiner-test.c64 PIXMAN_OP_HSL_LUMINOSITY,
Dblitters-test.c155 PIXMAN_OP_HSL_LUMINOSITY,
Dutils.c933 case PIXMAN_OP_HSL_LUMINOSITY: return "PIXMAN_OP_HSL_LUMINOSITY"; in operator_name()
1254 case PIXMAN_OP_HSL_LUMINOSITY: in calc_op()
Dstress-test.c843 PIXMAN_OP_HSL_LUMINOSITY,
/external/pixman/demos/
Dcomposite-test.c46 { "HSL_LUMINOSITY", PIXMAN_OP_HSL_LUMINOSITY },
/external/pixman/pixman/
Dpixman-combine-float.c952 imp->combine_float[PIXMAN_OP_HSL_LUMINOSITY] = combine_hsl_luminosity_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1015 imp->combine_float_ca[PIXMAN_OP_HSL_LUMINOSITY] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h376 PIXMAN_OP_HSL_LUMINOSITY = 0x3e enumerator
Dpixman-combine32.c2441 imp->combine_32[PIXMAN_OP_HSL_LUMINOSITY] = combine_hsl_luminosity_u; in _pixman_setup_combiner_functions_32()
2503 imp->combine_32_ca[PIXMAN_OP_HSL_LUMINOSITY] = combine_dst; in _pixman_setup_combiner_functions_32()