skia2/include/pdf
vandebo@chromium.org a0c7edbb08 [PDF] Fix setting of existing clip for layers.
The current approach of setting the existing clip just before drawing a layer into a device doesn't work.  SkDevice::clear() uses existing clip before that and if we need to put the content in a transparency group (i.e. for SrcIn xfermode), we need a valid existing clip.  Instead, change the factory to use a special constructor when creating a layer device.

Review URL: http://codereview.appspot.com/4495041

git-svn-id: http://skia.googlecode.com/svn/trunk@1270 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-05-09 07:58:08 +00:00
..
SkPDFCatalog.h Additional SK_API annotations needed for print preview on windows. 2011-03-30 20:14:49 +00:00
SkPDFDevice.h [PDF] Fix setting of existing clip for layers. 2011-05-09 07:58:08 +00:00
SkPDFDocument.h Additional SK_API annotations needed for print preview on windows. 2011-03-30 20:14:49 +00:00
SkPDFFont.h Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. 2011-03-10 22:50:28 +00:00
SkPDFFormXObject.h [PDF] Change the way flip origin is done. 2011-02-24 23:14:04 +00:00
SkPDFGraphicState.h First pieces of SkPDFDevice. Supports: 2010-10-20 22:23:29 +00:00
SkPDFImage.h PDF Type3 Support. 2011-03-04 21:43:27 +00:00
SkPDFPage.h [PDF] Remove one copy of each content stream. 2011-02-24 23:22:30 +00:00
SkPDFShader.h [PDF] Add support for Shaders. 2011-03-08 18:31:02 +00:00
SkPDFStream.h [PDF] Add support for Shaders. 2011-03-08 18:31:02 +00:00
SkPDFTypes.h Store content streams in an SkStream instead of an SkString (64k size limit). 2011-03-28 19:03:50 +00:00
SkPDFUtils.h [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. 2011-05-09 07:55:58 +00:00