diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-25 04:46:31 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-25 04:46:31 +0100 |
commit | 9c659d040a3890dc6a33aed485eba15364631bec (patch) | |
tree | 50916134c964184f16706f93d253aa1000ab889d /include | |
parent | 4b2218b903da6de40e8a82b9e2a69157d415637c (diff) | |
download | mupdf-9c659d040a3890dc6a33aed485eba15364631bec.tar.xz |
optimize away useless clipmasks. undo ctm for shades.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/content.h b/include/mupdf/content.h index b6eefae9..65bd386e 100644 --- a/include/mupdf/content.h +++ b/include/mupdf/content.h @@ -97,6 +97,7 @@ fz_error *pdf_addfillshape(pdf_gstate *gs, fz_node *shape); fz_error *pdf_addstrokeshape(pdf_gstate *gs, fz_node *shape); fz_error *pdf_addclipmask(pdf_gstate *gs, fz_node *shape); fz_error *pdf_addtransform(pdf_gstate *gs, fz_node *transform); +fz_error *pdf_addshade(pdf_gstate *gs, fz_shade *shade); fz_error *pdf_showpath(pdf_csi*, int close, int fill, int stroke, int evenodd); fz_error *pdf_showtext(pdf_csi*, fz_obj *text); fz_error *pdf_flushtext(pdf_csi*); |