summaryrefslogtreecommitdiff
path: root/include/fitz/scanconv.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-10-13 10:50:39 +0200
committerTor Andersson <tor@ghostscript.com>2004-10-13 10:50:39 +0200
commit5e5ff796c9d1b4c4e4360e6823ec338845d26937 (patch)
treee1e8969c076339a3dcf73e92316ee89736531cf4 /include/fitz/scanconv.h
parent990c5d830eeb4ee2677eecf30fdd6f623bb37c61 (diff)
downloadmupdf-5e5ff796c9d1b4c4e4360e6823ec338845d26937.tar.xz
basic rendering
Diffstat (limited to 'include/fitz/scanconv.h')
-rw-r--r--include/fitz/scanconv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fitz/scanconv.h b/include/fitz/scanconv.h
index 0e073127..a3c29473 100644
--- a/include/fitz/scanconv.h
+++ b/include/fitz/scanconv.h
@@ -38,7 +38,8 @@ 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,
+ void (*blitfunc)(int,int,int,short*,void*), void *blitdata);
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);