Searched refs:PIXMAN_OP_LIGHTEN (Results 1 – 13 of 13) sorted by relevance
/third_party/pixman/test/ |
D | pixel-test.c | 2489 { 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,
|
D | pdf-op-test.c | 10 PIXMAN_OP_LIGHTEN,
|
D | combiner-test.c | 54 PIXMAN_OP_LIGHTEN,
|
D | thread-test.c | 56 PIXMAN_OP_LIGHTEN,
|
D | solid-test.c | 56 PIXMAN_OP_LIGHTEN,
|
D | blitters-test.c | 129 PIXMAN_OP_LIGHTEN,
|
D | tolerance-test.c | 70 PIXMAN_OP_LIGHTEN,
|
D | stress-test.c | 870 PIXMAN_OP_LIGHTEN,
|
D | utils.c | 1878 case PIXMAN_OP_LIGHTEN: in calc_op()
|
/third_party/pixman/demos/ |
D | composite-test.c | 36 { "LIGHTEN", PIXMAN_OP_LIGHTEN },
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 1083 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()
|
D | pixman-combine32.c | 1161 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()
|
D | pixman.h | 435 PIXMAN_OP_LIGHTEN = 0x34, enumerator
|