Searched refs:PIXMAN_OP_DST (Results 1 - 12 of 12) sorted by relevance

/external/pixman/test/
H A Dcombiner-test.c14 PIXMAN_OP_DST,
H A Dcheck-formats.c111 PIXMAN_OP_DST,
H A Dglyph-test.c68 PIXMAN_OP_DST,
H A Dblitters-test.c104 PIXMAN_OP_DST,
H A Dcomposite.c144 PIXMAN_OP_DST,
H A Dstress-test.c793 PIXMAN_OP_DST,
H A Dutils.c880 case PIXMAN_OP_DST: return "PIXMAN_OP_DST";
1054 case PIXMAN_OP_DST:
/external/pixman/demos/
H A Dcomposite-test.c19 { "DST", PIXMAN_OP_DST },
/external/pixman/pixman/
H A Dpixman-noop.c162 { PIXMAN_OP_DST, PIXMAN_any, 0, PIXMAN_any, 0, PIXMAN_any, 0, noop_composite },
H A Dpixman-combine-float.c895 imp->combine_float[PIXMAN_OP_DST] = combine_dst_u_float;
957 imp->combine_float_ca[PIXMAN_OP_DST] = combine_dst_ca_float;
H A Dpixman.h323 PIXMAN_OP_DST = 0x02, enumerator in enum:__anon28856
H A Dpixman-combine32.c2386 imp->combine_32[PIXMAN_OP_DST] = combine_dst;

Completed in 735 milliseconds