summaryrefslogtreecommitdiff
path: root/include/fitz/pathscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fitz/pathscan.h')
-rw-r--r--include/fitz/pathscan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fitz/pathscan.h b/include/fitz/pathscan.h
index 109d16b6..0be71e9e 100644
--- a/include/fitz/pathscan.h
+++ b/include/fitz/pathscan.h
@@ -37,8 +37,8 @@ void fz_dropgel(fz_gel *gel);
fz_error *fz_newael(fz_ael **aelp);
void fz_dropael(fz_ael *ael);
-fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill, int y0, int y1,
- void (*blitfunc)(int,int,int,unsigned char*,void*), void *blitdata);
+fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill,
+ fz_irect clip, fz_pixmap *pix, unsigned char *rgb, int over);
fz_error *fz_fillpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness);
fz_error *fz_strokepath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness);