From 4d9498561d4a73ffa2389e9fecd8893ff823a95c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 19 Oct 2004 08:21:10 +0200 Subject: 8-bit rendering and span scissoring --- include/fitz/scanconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fitz/scanconv.h') diff --git a/include/fitz/scanconv.h b/include/fitz/scanconv.h index a3c29473..794b9ba2 100644 --- a/include/fitz/scanconv.h +++ b/include/fitz/scanconv.h @@ -38,7 +38,7 @@ fz_error *fz_insertael(fz_ael *ael, fz_gel *gel, int y, int *e); void fz_advanceael(fz_ael *ael); void fz_freeael(fz_ael *ael); -fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill, +fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill, int y0, int y1, void (*blitfunc)(int,int,int,short*,void*), void *blitdata); fz_error *fz_fillpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness); -- cgit v1.2.3