Searched refs:PIXMAN_OP_OVERLAY (Results 1 – 13 of 13) sorted by relevance
/third_party/pixman/test/ |
D | pixel-test.c | 2344 { 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 …]
|
D | pdf-op-test.c | 8 PIXMAN_OP_OVERLAY,
|
D | combiner-test.c | 52 PIXMAN_OP_OVERLAY,
|
D | thread-test.c | 54 PIXMAN_OP_OVERLAY,
|
D | solid-test.c | 54 PIXMAN_OP_OVERLAY,
|
D | blitters-test.c | 127 PIXMAN_OP_OVERLAY,
|
D | tolerance-test.c | 68 PIXMAN_OP_OVERLAY,
|
D | stress-test.c | 868 PIXMAN_OP_OVERLAY,
|
D | utils.c | 1876 case PIXMAN_OP_OVERLAY: in calc_op()
|
/third_party/pixman/demos/ |
D | composite-test.c | 34 { "OVERLAY", PIXMAN_OP_OVERLAY },
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 1081 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()
|
D | pixman-combine32.c | 1159 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()
|
D | pixman.h | 433 PIXMAN_OP_OVERLAY = 0x32, enumerator
|