~ubuntu-branches/ubuntu/precise/cairo/precise-proposed

« back to all changes in this revision

Viewing changes to src/cairo-pdf-surface-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2010-12-07 18:27:23 UTC
  • Revision ID: james.westby@ubuntu.com-20101207182723-nvulvuz1hs6t2txi
Tags: 1.10.0-1ubuntu5
debian/patches/cairo-lp-680628.patch: PDF: Output a stencil mask for
cairo_mask() with solid source and A1 mask. This is the Cairo part
to fix blown up output files and slow printing when printing certain PDF
files with evince (LP: #680628).

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    cairo_hash_entry_t base;
69
69
    unsigned int id;
70
70
    cairo_bool_t interpolate;
 
71
    cairo_bool_t mask;
71
72
    cairo_pdf_resource_t surface_res;
72
73
    int width;
73
74
    int height;