Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxblend.c702 byte src_shape;
723 src_shape = src[n_chan + 1]; /* $fs_i$ */
724 src_opacity = (255 * src[n_chan] + 0x80) / src_shape; /* $qs_i$ */
921 byte src_shape = src[n_chan]; in art_pdf_composite_knockout_simple_8() local
924 if (src_shape == 0) in art_pdf_composite_knockout_simple_8()
926 else if (src_shape == 255) { in art_pdf_composite_knockout_simple_8()
939 tmp = (opacity - dst_alpha) * src_shape + 0x80; in art_pdf_composite_knockout_simple_8()
946 tmp = dst[i] * dst_alpha * (255 - src_shape) + in art_pdf_composite_knockout_simple_8()
947 ((int)src[i]) * opacity * src_shape + (result_alpha << 7); in art_pdf_composite_knockout_simple_8()
954 tmp = (255 - *dst_shape) * (255 - src_shape) + 0x80; in art_pdf_composite_knockout_simple_8()
[all …]