Home
last modified time | relevance | path

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

/external/pixman/test/
Dpdf-op-test.c10 PIXMAN_OP_LIGHTEN,
Dcombiner-test.c54 PIXMAN_OP_LIGHTEN,
Dblitters-test.c144 PIXMAN_OP_LIGHTEN,
Dutils.c923 case PIXMAN_OP_LIGHTEN: return "PIXMAN_OP_LIGHTEN"; in operator_name()
1244 case PIXMAN_OP_LIGHTEN: in calc_op()
Dstress-test.c833 PIXMAN_OP_LIGHTEN,
/external/pixman/demos/
Dcomposite-test.c36 { "LIGHTEN", PIXMAN_OP_LIGHTEN },
/external/pixman/pixman/
Dpixman-combine-float.c941 imp->combine_float[PIXMAN_OP_LIGHTEN] = combine_lighten_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1003 imp->combine_float_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman.h366 PIXMAN_OP_LIGHTEN = 0x34, enumerator
Dpixman-combine32.c2431 imp->combine_32[PIXMAN_OP_LIGHTEN] = combine_lighten_u; in _pixman_setup_combiner_functions_32()
2491 imp->combine_32_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca; in _pixman_setup_combiner_functions_32()