Searched refs:template_span_3_with_alpha_general (Results 1 – 1 of 1) sorted by relevance
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/ |
H A D | draw-paint.c | 1357 template_span_3_with_alpha_general(byte * FZ_RESTRICT dp, int da, const byte * FZ_RESTRICT sp, int … in template_span_3_with_alpha_general() function 1799 template_span_3_with_alpha_general(dp, 1, sp, 1, w, alpha); in paint_span_3_da_sa_alpha() 1813 template_span_3_with_alpha_general(dp, 1, sp, 0, w, alpha); in paint_span_3_da_alpha() 1827 template_span_3_with_alpha_general(dp, 0, sp, 1, w, alpha); in paint_span_3_sa_alpha() 1841 template_span_3_with_alpha_general(dp, 0, sp, 0, w, alpha); in paint_span_3_alpha()
|