Home
last modified time | relevance | path

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

/third_party/pixman/test/
Dpixel-test.c2489 { PIXMAN_OP_LIGHTEN,
2534 { PIXMAN_OP_LIGHTEN,
2569 { PIXMAN_OP_LIGHTEN,
2599 { PIXMAN_OP_LIGHTEN,
2609 { PIXMAN_OP_LIGHTEN,
2614 { PIXMAN_OP_LIGHTEN,
2639 { PIXMAN_OP_LIGHTEN,
2694 { PIXMAN_OP_LIGHTEN,
2709 { PIXMAN_OP_LIGHTEN,
2719 { PIXMAN_OP_LIGHTEN,
Dpdf-op-test.c10 PIXMAN_OP_LIGHTEN,
Dcombiner-test.c54 PIXMAN_OP_LIGHTEN,
Dthread-test.c56 PIXMAN_OP_LIGHTEN,
Dsolid-test.c56 PIXMAN_OP_LIGHTEN,
Dblitters-test.c129 PIXMAN_OP_LIGHTEN,
Dtolerance-test.c70 PIXMAN_OP_LIGHTEN,
Dstress-test.c870 PIXMAN_OP_LIGHTEN,
Dutils.c1878 case PIXMAN_OP_LIGHTEN: in calc_op()
/third_party/pixman/demos/
Dcomposite-test.c36 { "LIGHTEN", PIXMAN_OP_LIGHTEN },
/third_party/pixman/pixman/
Dpixman-combine-float.c1083 imp->combine_float[PIXMAN_OP_LIGHTEN] = combine_lighten_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1145 imp->combine_float_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman-combine32.c1161 imp->combine_32[PIXMAN_OP_LIGHTEN] = combine_lighten_u; in _pixman_setup_combiner_functions_32()
1185 imp->combine_32_ca[PIXMAN_OP_LIGHTEN] = combine_lighten_ca; in _pixman_setup_combiner_functions_32()
Dpixman.h435 PIXMAN_OP_LIGHTEN = 0x34, enumerator