Searched refs:PIXMAN_OP_MULTIPLY (Results 1 - 9 of 9) sorted by relevance

/external/pixman/test/
H A Dpdf-op-test.c6 PIXMAN_OP_MULTIPLY,
H A Dcombiner-test.c50 PIXMAN_OP_MULTIPLY,
H A Dblitters-test.c140 PIXMAN_OP_MULTIPLY,
H A Dstress-test.c829 PIXMAN_OP_MULTIPLY,
H A Dutils.c919 case PIXMAN_OP_MULTIPLY: return "PIXMAN_OP_MULTIPLY";
1240 case PIXMAN_OP_MULTIPLY:
/external/pixman/demos/
H A Dcomposite-test.c32 { "MULTIPLY", PIXMAN_OP_MULTIPLY },
/external/pixman/pixman/
H A Dpixman-combine-float.c937 imp->combine_float[PIXMAN_OP_MULTIPLY] = combine_multiply_u_float;
999 imp->combine_float_ca[PIXMAN_OP_MULTIPLY] = combine_multiply_ca_float;
H A Dpixman.h362 PIXMAN_OP_MULTIPLY = 0x30, enumerator in enum:__anon28856
H A Dpixman-combine32.c2427 imp->combine_32[PIXMAN_OP_MULTIPLY] = combine_multiply_u;
2487 imp->combine_32_ca[PIXMAN_OP_MULTIPLY] = combine_multiply_ca;

Completed in 1902 milliseconds