Searched refs:APNG_BLEND_OP_SOURCE (Results 1 – 4 of 4) sorted by relevance
37 APNG_BLEND_OP_SOURCE = 0, enumerator
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()
1020 if (blend_op != APNG_BLEND_OP_OVER && blend_op != APNG_BLEND_OP_SOURCE) { in decode_fctl_chunk()1041 blend_op = APNG_BLEND_OP_SOURCE; in decode_fctl_chunk()
303 blend_op == APNG_BLEND_OP_SOURCE; in decode_fctl_chunk()