Searched refs:template_span_4_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 | 1556 template_span_4_general(byte * FZ_RESTRICT dp, int da, const byte * FZ_RESTRICT sp, int sa, int w) in template_span_4_general() function 1850 template_span_4_general(dp, 1, sp, 1, w); in paint_span_4_da_sa() 1864 template_span_4_general(dp, 1, sp, 0, w); in paint_span_4_da() 1878 template_span_4_general(dp, 0, sp, 1, w); in paint_span_4_sa() 1892 template_span_4_general(dp, 0, sp, 0, w); in paint_span_4()
|