Home
last modified time | relevance | path

Searched refs:blend_op (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_draw.h435 #define WULINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
494 blend_op(x1, y1); \
502 blend_op(x1 + XDir, y1); \
529 blend_op(x1, y1); \
537 blend_op(x1, y1 + 1); \
544 #define AALINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
545 WULINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end)
547 #define AALINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
/third_party/ffmpeg/libavformat/
Dapngdec.c243 uint8_t dispose_op, blend_op; in decode_fctl_chunk() local
253 blend_op = avio_r8(s->pb); in decode_fctl_chunk()
286 blend_op); in decode_fctl_chunk()
303 blend_op == APNG_BLEND_OP_SOURCE; in decode_fctl_chunk()
/third_party/ffmpeg/libavcodec/
Dpngdec.c79 uint8_t dispose_op, blend_op; member
979 int cur_w, cur_h, x_offset, y_offset, dispose_op, blend_op; in decode_fctl_chunk() local
1007 blend_op = bytestream2_get_byte(&s->gb); in decode_fctl_chunk()
1020 if (blend_op != APNG_BLEND_OP_OVER && blend_op != APNG_BLEND_OP_SOURCE) { in decode_fctl_chunk()
1021 av_log(avctx, AV_LOG_ERROR, "Invalid blend_op %d\n", blend_op); in decode_fctl_chunk()
1032 if (blend_op == APNG_BLEND_OP_OVER && !s->has_trns && ( in decode_fctl_chunk()
1041 blend_op = APNG_BLEND_OP_SOURCE; in decode_fctl_chunk()
1049 s->blend_op = blend_op; in decode_fctl_chunk()
1084 if (s->blend_op == APNG_BLEND_OP_OVER && in handle_p_frame_apng()
1124 if (s->blend_op == APNG_BLEND_OP_OVER) { in handle_p_frame_apng()
Dpngenc.c45 uint8_t dispose_op, blend_op; member
613 if (fctl_chunk->blend_op == APNG_BLEND_OP_SOURCE) { in apng_do_inverse_blend()
733 best_fctl_chunk->blend_op = APNG_BLEND_OP_SOURCE; in apng_encode_frame()
762 for (fctl_chunk.blend_op = 0; fctl_chunk.blend_op < 2; ++fctl_chunk.blend_op) { in apng_encode_frame()
939 buf[25] = s->last_frame_fctl.blend_op; in encode_apng()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c291 blend_op(enum pipe_blend_func func) in blend_op() function
379 att.colorBlendOp = blend_op(rt->rgb_func); in zink_create_blend_state()
382 att.alphaBlendOp = blend_op(rt->alpha_func); in zink_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp232 blend_op(enum pipe_blend_func func) in blend_op() function
331 state->desc.RenderTarget[i].BlendOp = blend_op((pipe_blend_func) rt->rgb_func); in d3d12_create_blend_state()
334 state->desc.RenderTarget[i].BlendOpAlpha = blend_op((pipe_blend_func) rt->alpha_func); in d3d12_create_blend_state()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp98 gst_d3d11_compositor_blend_operation_from_native (D3D11_BLEND_OP blend_op) in gst_d3d11_compositor_blend_operation_from_native() argument
100 switch (blend_op) { in gst_d3d11_compositor_blend_operation_from_native()