Searched refs:PIXMAN_OP_MULTIPLY (Results 1 – 12 of 12) sorted by relevance
/third_party/pixman/test/ |
D | pdf-op-test.c | 6 PIXMAN_OP_MULTIPLY,
|
D | combiner-test.c | 50 PIXMAN_OP_MULTIPLY,
|
D | thread-test.c | 52 PIXMAN_OP_MULTIPLY,
|
D | solid-test.c | 52 PIXMAN_OP_MULTIPLY,
|
D | blitters-test.c | 125 PIXMAN_OP_MULTIPLY,
|
D | tolerance-test.c | 66 PIXMAN_OP_MULTIPLY,
|
D | utils.c | 1874 case PIXMAN_OP_MULTIPLY: in calc_op() 1955 if (op >= PIXMAN_OP_MULTIPLY) in do_composite() 1957 blend_func_t func = blend_funcs[op - PIXMAN_OP_MULTIPLY]; in do_composite()
|
D | stress-test.c | 866 PIXMAN_OP_MULTIPLY,
|
/third_party/pixman/demos/ |
D | composite-test.c | 32 { "MULTIPLY", PIXMAN_OP_MULTIPLY },
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 1079 imp->combine_float[PIXMAN_OP_MULTIPLY] = combine_multiply_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS() 1141 imp->combine_float_ca[PIXMAN_OP_MULTIPLY] = combine_multiply_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
|
D | pixman-combine32.c | 1157 imp->combine_32[PIXMAN_OP_MULTIPLY] = combine_multiply_u; in _pixman_setup_combiner_functions_32() 1181 imp->combine_32_ca[PIXMAN_OP_MULTIPLY] = combine_multiply_ca; in _pixman_setup_combiner_functions_32()
|
D | pixman.h | 431 PIXMAN_OP_MULTIPLY = 0x30, enumerator
|