Home
last modified time | relevance | path

Searched refs:PIXMAN_OP_OVERLAY (Results 1 – 13 of 13) sorted by relevance

/third_party/pixman/test/
Dpixel-test.c2344 { PIXMAN_OP_OVERLAY,
2399 { PIXMAN_OP_OVERLAY,
2509 { PIXMAN_OP_OVERLAY,
2514 { PIXMAN_OP_OVERLAY,
2544 { PIXMAN_OP_OVERLAY,
2549 { PIXMAN_OP_OVERLAY,
2574 { PIXMAN_OP_OVERLAY,
2584 { PIXMAN_OP_OVERLAY,
2624 { PIXMAN_OP_OVERLAY,
2669 { PIXMAN_OP_OVERLAY,
[all …]
Dpdf-op-test.c8 PIXMAN_OP_OVERLAY,
Dcombiner-test.c52 PIXMAN_OP_OVERLAY,
Dthread-test.c54 PIXMAN_OP_OVERLAY,
Dsolid-test.c54 PIXMAN_OP_OVERLAY,
Dblitters-test.c127 PIXMAN_OP_OVERLAY,
Dtolerance-test.c68 PIXMAN_OP_OVERLAY,
Dstress-test.c868 PIXMAN_OP_OVERLAY,
Dutils.c1876 case PIXMAN_OP_OVERLAY: in calc_op()
/third_party/pixman/demos/
Dcomposite-test.c34 { "OVERLAY", PIXMAN_OP_OVERLAY },
/third_party/pixman/pixman/
Dpixman-combine-float.c1081 imp->combine_float[PIXMAN_OP_OVERLAY] = combine_overlay_u_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
1143 imp->combine_float_ca[PIXMAN_OP_OVERLAY] = combine_overlay_ca_float; in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Dpixman-combine32.c1159 imp->combine_32[PIXMAN_OP_OVERLAY] = combine_overlay_u; in _pixman_setup_combiner_functions_32()
1183 imp->combine_32_ca[PIXMAN_OP_OVERLAY] = combine_overlay_ca; in _pixman_setup_combiner_functions_32()
Dpixman.h433 PIXMAN_OP_OVERLAY = 0x32, enumerator