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

/external/pixman/test/
H A Dpdf-op-test.c13 PIXMAN_OP_HARD_LIGHT,
H A Dcombiner-test.c57 PIXMAN_OP_HARD_LIGHT,
H A Dblitters-test.c147 PIXMAN_OP_HARD_LIGHT,
H A Dstress-test.c836 PIXMAN_OP_HARD_LIGHT,
H A Dutils.c926 case PIXMAN_OP_HARD_LIGHT: return "PIXMAN_OP_HARD_LIGHT";
1247 case PIXMAN_OP_HARD_LIGHT:
/external/pixman/demos/
H A Dcomposite-test.c39 { "HARD_LIGHT", PIXMAN_OP_HARD_LIGHT },
/external/pixman/pixman/
H A Dpixman-combine-float.c944 imp->combine_float[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_u_float;
1006 imp->combine_float_ca[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_ca_float;
H A Dpixman.h369 PIXMAN_OP_HARD_LIGHT = 0x37, enumerator in enum:__anon28856
H A Dpixman-combine32.c2434 imp->combine_32[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_u;
2494 imp->combine_32_ca[PIXMAN_OP_HARD_LIGHT] = combine_hard_light_ca;

Completed in 1839 milliseconds