Searched refs:PIXMAN_OP_DST (Results 1 – 14 of 14) sorted by relevance
/third_party/pixman/test/ |
D | combiner-test.c | 14 PIXMAN_OP_DST,
|
D | thread-test.c | 41 PIXMAN_OP_DST,
|
D | solid-test.c | 41 PIXMAN_OP_DST,
|
D | glyph-test.c | 68 PIXMAN_OP_DST,
|
D | blitters-test.c | 114 PIXMAN_OP_DST,
|
D | tolerance-test.c | 27 PIXMAN_OP_DST,
|
D | composite.c | 144 PIXMAN_OP_DST,
|
D | stress-test.c | 830 PIXMAN_OP_DST,
|
D | utils.c | 1688 case PIXMAN_OP_DST: in calc_op()
|
/third_party/pixman/pixman/ |
D | pixman-noop.c | 148 { PIXMAN_OP_DST, PIXMAN_any, 0, PIXMAN_any, 0, PIXMAN_any, 0, noop_composite },
|
D | pixman-combine-float.c | 1037 imp->combine_float[PIXMAN_OP_DST] = combine_dst_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS() 1099 imp->combine_float_ca[PIXMAN_OP_DST] = combine_dst_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
|
D | pixman-combine32.c | 1145 imp->combine_32[PIXMAN_OP_DST] = combine_dst; in _pixman_setup_combiner_functions_32()
|
D | pixman.h | 392 PIXMAN_OP_DST = 0x02, enumerator
|
/third_party/pixman/demos/ |
D | composite-test.c | 19 { "DST", PIXMAN_OP_DST },
|