Searched defs:n_chan (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxblend.c | 240 const byte *src, int n_chan, gs_blend_mode_t blend_mode) in art_blend_pixel_8() 452 const ArtPixMaxDepth* src, int n_chan, in art_blend_pixel() 600 art_pdf_composite_pixel_alpha_8(byte *dst, const byte *src, int n_chan, in art_pdf_composite_pixel_alpha_8() 778 const byte *src, byte src_alpha_g, int n_chan) in art_pdf_uncomposite_group_8() 813 int n_chan, in art_pdf_recomposite_group_8() 886 int n_chan, byte alpha, gs_blend_mode_t blend_mode) in art_pdf_composite_group_8() 919 int n_chan, byte opacity) in art_pdf_composite_knockout_simple_8() 964 int n_chan, in art_pdf_composite_knockout_isolated_8() 1021 int n_chan, in art_pdf_composite_knockout_8()
|
H A D | gdevp14.h | 52 int n_chan; /* number of pixel planes including alpha */ member 67 int n_chan; member
|
H A D | gdevpnga.c | 77 int n_chan; /* number of pixel planes including alpha */ member 86 int n_chan; member 326 int n_chan, in pdf14_buf_new() 369 pdf14_ctx_new(gs_int_rect *rect, int n_chan, gs_memory_t *memory) in pdf14_ctx_new() 495 int n_chan = ctx->n_chan; in pdf14_pop_transparency_group() local
|
H A D | gdevijs.c | 723 int n_chan = pdev->color_info.num_components; in gsijs_output_page() local
|
H A D | gdevp14.c | 239 int n_chan, in pdf14_buf_new() 301 pdf14_ctx_new(gs_int_rect *rect, int n_chan, bool additive, gs_memory_t *memory) in pdf14_ctx_new() 441 int n_chan = ctx->n_chan; in pdf14_pop_transparency_group() local
|