vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 1 | /* |
epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 2 | * Copyright 2011 Google Inc. |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 3 | * |
epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef SkPDFDevice_DEFINED |
| 9 | #define SkPDFDevice_DEFINED |
| 10 | |
commit-bot@chromium.org | 5e00989 | 2013-10-14 13:42:12 +0000 | [diff] [blame] | 11 | #include "SkBitmap.h" |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 12 | #include "SkCanvas.h" |
bungeman | d3ebb48 | 2015-08-05 13:57:49 -0700 | [diff] [blame] | 13 | #include "SkClipStack.h" |
| 14 | #include "SkDevice.h" |
vandebo@chromium.org | a518086 | 2010-10-26 19:48:49 +0000 | [diff] [blame] | 15 | #include "SkPaint.h" |
| 16 | #include "SkPath.h" |
commit-bot@chromium.org | 608ea65 | 2013-10-03 19:29:21 +0000 | [diff] [blame] | 17 | #include "SkPicture.h" |
vandebo@chromium.org | 238be8c | 2012-07-13 20:06:02 +0000 | [diff] [blame] | 18 | #include "SkRect.h" |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 19 | #include "SkRefCnt.h" |
| 20 | #include "SkStream.h" |
epoger@google.com | b58772f | 2013-03-08 09:09:10 +0000 | [diff] [blame] | 21 | #include "SkTDArray.h" |
commit-bot@chromium.org | e029440 | 2013-08-29 22:14:04 +0000 | [diff] [blame] | 22 | #include "SkTemplates.h" |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 23 | |
| 24 | class SkPDFArray; |
halcanary | a1f1ee9 | 2015-02-20 06:17:26 -0800 | [diff] [blame] | 25 | class SkPDFCanon; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 26 | class SkPDFDevice; |
| 27 | class SkPDFDict; |
vandebo@chromium.org | 28be72b | 2010-11-11 21:37:00 +0000 | [diff] [blame] | 28 | class SkPDFFont; |
vandebo@chromium.org | 6112c21 | 2011-05-13 03:50:38 +0000 | [diff] [blame] | 29 | class SkPDFFormXObject; |
vandebo@chromium.org | 9859428 | 2011-07-25 22:34:12 +0000 | [diff] [blame] | 30 | class SkPDFGlyphSetMap; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 31 | class SkPDFGraphicState; |
| 32 | class SkPDFObject; |
vandebo@chromium.org | da912d6 | 2011-03-08 18:31:02 +0000 | [diff] [blame] | 33 | class SkPDFShader; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 34 | class SkPDFStream; |
scroggo@google.com | a8e33a9 | 2013-11-08 18:02:53 +0000 | [diff] [blame] | 35 | class SkRRect; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 36 | |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 37 | // Private classes. |
| 38 | struct ContentEntry; |
| 39 | struct GraphicStateEntry; |
epoger@google.com | b58772f | 2013-03-08 09:09:10 +0000 | [diff] [blame] | 40 | struct NamedDestination; |
wangxianzhu | ef6c50a | 2015-09-17 20:38:02 -0700 | [diff] [blame^] | 41 | struct RectWithData; |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 42 | |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 43 | /** \class SkPDFDevice |
| 44 | |
| 45 | The drawing context for the PDF backend. |
| 46 | */ |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 47 | class SkPDFDevice : public SkBaseDevice { |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 48 | public: |
halcanary | a1f1ee9 | 2015-02-20 06:17:26 -0800 | [diff] [blame] | 49 | /** Create a PDF drawing context. SkPDFDevice applies a |
| 50 | * scale-and-translate transform to move the origin from the |
| 51 | * bottom left (PDF default) to the top left (Skia default). |
| 52 | * @param pageSize Page size in point units. |
| 53 | * 1 point == 127/360 mm == 1/72 inch |
| 54 | * @param rasterDpi the DPI at which features without native PDF |
| 55 | * support will be rasterized (e.g. draw image with |
| 56 | * perspective, draw text with perspective, ...). A |
| 57 | * larger DPI would create a PDF that reflects the |
| 58 | * original intent with better fidelity, but it can make |
| 59 | * for larger PDF files too, which would use more memory |
| 60 | * while rendering, and it would be slower to be processed |
| 61 | * or sent online or to printer. A good choice is |
| 62 | * SK_ScalarDefaultRasterDPI(72.0f). |
| 63 | * @param SkPDFCanon. Should be non-null, and shared by all |
| 64 | * devices in a document. |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 65 | */ |
halcanary | a1f1ee9 | 2015-02-20 06:17:26 -0800 | [diff] [blame] | 66 | static SkPDFDevice* Create(SkISize pageSize, |
| 67 | SkScalar rasterDpi, |
| 68 | SkPDFCanon* canon) { |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 69 | return new SkPDFDevice(pageSize, rasterDpi, canon, true); |
halcanary | a1f1ee9 | 2015-02-20 06:17:26 -0800 | [diff] [blame] | 70 | } |
| 71 | |
| 72 | /** Create a PDF drawing context without fipping the y-axis. */ |
| 73 | static SkPDFDevice* CreateUnflipped(SkISize pageSize, |
| 74 | SkScalar rasterDpi, |
| 75 | SkPDFCanon* canon) { |
halcanary | 385fe4d | 2015-08-26 13:07:48 -0700 | [diff] [blame] | 76 | return new SkPDFDevice(pageSize, rasterDpi, canon, false); |
halcanary | a1f1ee9 | 2015-02-20 06:17:26 -0800 | [diff] [blame] | 77 | } |
| 78 | |
| 79 | virtual ~SkPDFDevice(); |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 80 | |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 81 | /** These are called inside the per-device-layer loop for each draw call. |
| 82 | When these are called, we have already applied any saveLayer operations, |
| 83 | and are handling any looping from the paint, and any effects from the |
| 84 | DrawFilter. |
| 85 | */ |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 86 | void drawPaint(const SkDraw&, const SkPaint& paint) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 87 | void drawPoints(const SkDraw&, SkCanvas::PointMode mode, |
| 88 | size_t count, const SkPoint[], |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 89 | const SkPaint& paint) override; |
| 90 | void drawRect(const SkDraw&, const SkRect& r, const SkPaint& paint) override; |
| 91 | void drawOval(const SkDraw&, const SkRect& oval, const SkPaint& paint) override; |
| 92 | void drawRRect(const SkDraw&, const SkRRect& rr, const SkPaint& paint) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 93 | void drawPath(const SkDraw&, const SkPath& origpath, |
| 94 | const SkPaint& paint, const SkMatrix* prePathMatrix, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 95 | bool pathIsMutable) override; |
reed | 562fe47 | 2015-07-28 07:35:14 -0700 | [diff] [blame] | 96 | void drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap, const SkRect* src, |
| 97 | const SkRect& dst, const SkPaint&, SkCanvas::SrcRectConstraint) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 98 | void drawBitmap(const SkDraw&, const SkBitmap& bitmap, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 99 | const SkMatrix& matrix, const SkPaint&) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 100 | void drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 101 | const SkPaint& paint) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 102 | void drawText(const SkDraw&, const void* text, size_t len, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 103 | SkScalar x, SkScalar y, const SkPaint&) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 104 | void drawPosText(const SkDraw&, const void* text, size_t len, |
| 105 | const SkScalar pos[], int scalarsPerPos, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 106 | const SkPoint& offset, const SkPaint&) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 107 | void drawVertices(const SkDraw&, SkCanvas::VertexMode, |
| 108 | int vertexCount, const SkPoint verts[], |
| 109 | const SkPoint texs[], const SkColor colors[], |
| 110 | SkXfermode* xmode, const uint16_t indices[], |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 111 | int indexCount, const SkPaint& paint) override; |
tfarina | fa4f6cb | 2014-12-21 10:27:07 -0800 | [diff] [blame] | 112 | void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y, |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 113 | const SkPaint&) override; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 114 | |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 115 | void onAttachToCanvas(SkCanvas* canvas) override; |
| 116 | void onDetachFromCanvas() override; |
| 117 | SkImageInfo imageInfo() const override; |
robertphillips@google.com | 40a1ae4 | 2012-07-13 15:36:15 +0000 | [diff] [blame] | 118 | |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 119 | enum DrawingArea { |
ctguil@chromium.org | 9510ccc | 2011-07-27 00:10:51 +0000 | [diff] [blame] | 120 | kContent_DrawingArea, // Drawing area for the page content. |
| 121 | kMargin_DrawingArea, // Drawing area for the margin content. |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 122 | }; |
| 123 | |
| 124 | /** Sets the drawing area for the device. Subsequent draw calls are directed |
ctguil@chromium.org | 769fa6a | 2011-08-20 00:36:18 +0000 | [diff] [blame] | 125 | * to the specific drawing area (margin or content). The default drawing |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 126 | * area is the content drawing area. |
ctguil@chromium.org | 9510ccc | 2011-07-27 00:10:51 +0000 | [diff] [blame] | 127 | * |
| 128 | * Currently if margin content is drawn and then a complex (for PDF) xfer |
| 129 | * mode is used, like SrcIn, Clear, etc, the margin content will get |
| 130 | * clipped. A simple way to avoid the bug is to always draw the margin |
| 131 | * content last. |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 132 | */ |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 133 | void setDrawingArea(DrawingArea drawingArea); |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 134 | |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 135 | // PDF specific methods. |
| 136 | |
halcanary | 6d62270 | 2015-03-25 08:45:42 -0700 | [diff] [blame] | 137 | /** Create the resource dictionary for this device. |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 138 | */ |
halcanary | 2b86155 | 2015-04-09 13:27:40 -0700 | [diff] [blame] | 139 | SkPDFDict* createResourceDict() const; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 140 | |
vandebo@chromium.org | f0ec266 | 2011-05-29 05:55:42 +0000 | [diff] [blame] | 141 | /** Get the fonts used on this device. |
| 142 | */ |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 143 | const SkTDArray<SkPDFFont*>& getFontResources() const; |
vandebo@chromium.org | f0ec266 | 2011-05-29 05:55:42 +0000 | [diff] [blame] | 144 | |
wangxianzhu | ef6c50a | 2015-09-17 20:38:02 -0700 | [diff] [blame^] | 145 | /** Add our annotations (link to urls and destinations) to the supplied |
| 146 | * array. |
| 147 | * @param array Array to add annotations to. |
| 148 | */ |
| 149 | void appendAnnotations(SkPDFArray* array) const; |
| 150 | |
epoger@google.com | b58772f | 2013-03-08 09:09:10 +0000 | [diff] [blame] | 151 | /** Add our named destinations to the supplied dictionary. |
| 152 | * @param dict Dictionary to add destinations to. |
| 153 | * @param page The PDF object representing the page for this device. |
| 154 | */ |
halcanary | 6d62270 | 2015-03-25 08:45:42 -0700 | [diff] [blame] | 155 | void appendDestinations(SkPDFDict* dict, SkPDFObject* page) const; |
epoger@google.com | b58772f | 2013-03-08 09:09:10 +0000 | [diff] [blame] | 156 | |
reed@google.com | 2a006c1 | 2012-09-19 17:05:55 +0000 | [diff] [blame] | 157 | /** Returns a copy of the media box for this device. The caller is required |
| 158 | * to unref() this when it is finished. |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 159 | */ |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 160 | SkPDFArray* copyMediaBox() const; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 161 | |
vandebo@chromium.org | c2a9b7f | 2011-02-24 23:22:30 +0000 | [diff] [blame] | 162 | /** Returns a SkStream with the page contents. The caller is responsible |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 163 | * for a deleting the returned value. |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 164 | */ |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 165 | SkStreamAsset* content() const; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 166 | |
halcanary | 334fcbc | 2015-02-24 12:56:16 -0800 | [diff] [blame] | 167 | /** Writes the page contents to the stream. */ |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 168 | void writeContent(SkWStream*) const; |
vandebo@chromium.org | 9859428 | 2011-07-25 22:34:12 +0000 | [diff] [blame] | 169 | |
halcanary | 4e4e816 | 2015-02-25 08:59:48 -0800 | [diff] [blame] | 170 | const SkMatrix& initialTransform() const { |
vandebo@chromium.org | 3509f05 | 2011-05-30 20:52:33 +0000 | [diff] [blame] | 171 | return fInitialTransform; |
| 172 | } |
vandebo@chromium.org | 61d2678 | 2011-05-24 23:02:07 +0000 | [diff] [blame] | 173 | |
vandebo@chromium.org | 9859428 | 2011-07-25 22:34:12 +0000 | [diff] [blame] | 174 | /** Returns a SkPDFGlyphSetMap which represents glyph usage of every font |
| 175 | * that shows on this device. |
| 176 | */ |
| 177 | const SkPDFGlyphSetMap& getFontGlyphUsage() const { |
| 178 | return *(fFontGlyphUsage.get()); |
| 179 | } |
vandebo@chromium.org | 74b4619 | 2012-01-28 01:45:11 +0000 | [diff] [blame] | 180 | |
halcanary | 26b5d15 | 2015-03-25 08:38:03 -0700 | [diff] [blame] | 181 | #ifdef SK_DEBUG |
| 182 | SkPDFCanon* getCanon() const { return fCanon; } |
| 183 | #endif // SK_DEBUG |
| 184 | |
edisonn@google.com | 73a7ea3 | 2013-11-11 20:55:15 +0000 | [diff] [blame] | 185 | protected: |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 186 | const SkBitmap& onAccessBitmap() override { |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 187 | return fLegacyBitmap; |
| 188 | } |
| 189 | |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 190 | SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) override; |
edisonn@google.com | 73a7ea3 | 2013-11-11 20:55:15 +0000 | [diff] [blame] | 191 | |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 192 | private: |
ctguil@chromium.org | 769fa6a | 2011-08-20 00:36:18 +0000 | [diff] [blame] | 193 | // TODO(vandebo): push most of SkPDFDevice's state into a core object in |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 194 | // order to get the right access levels without using friend. |
vandebo@chromium.org | 13d14a9 | 2011-05-24 23:12:41 +0000 | [diff] [blame] | 195 | friend class ScopedContentEntry; |
vandebo@chromium.org | a0c7edb | 2011-05-09 07:58:08 +0000 | [diff] [blame] | 196 | |
ctguil@chromium.org | 1526129 | 2011-04-29 17:54:16 +0000 | [diff] [blame] | 197 | SkISize fPageSize; |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 198 | SkISize fContentSize; |
vandebo@chromium.org | 75f97e4 | 2011-04-11 23:24:18 +0000 | [diff] [blame] | 199 | SkMatrix fInitialTransform; |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 200 | SkClipStack fExistingClipStack; |
| 201 | SkRegion fExistingClipRegion; |
wangxianzhu | ef6c50a | 2015-09-17 20:38:02 -0700 | [diff] [blame^] | 202 | |
| 203 | SkTDArray<RectWithData*> fLinkToURLs; |
| 204 | SkTDArray<RectWithData*> fLinkToDestinations; |
epoger@google.com | b58772f | 2013-03-08 09:09:10 +0000 | [diff] [blame] | 205 | SkTDArray<NamedDestination*> fNamedDestinations; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 206 | |
halcanary | be27a11 | 2015-04-01 13:31:19 -0700 | [diff] [blame] | 207 | SkTDArray<SkPDFObject*> fGraphicStateResources; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 208 | SkTDArray<SkPDFObject*> fXObjectResources; |
vandebo@chromium.org | 28be72b | 2010-11-11 21:37:00 +0000 | [diff] [blame] | 209 | SkTDArray<SkPDFFont*> fFontResources; |
vandebo@chromium.org | 421d644 | 2011-07-20 17:39:01 +0000 | [diff] [blame] | 210 | SkTDArray<SkPDFObject*> fShaderResources; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 211 | |
commit-bot@chromium.org | e029440 | 2013-08-29 22:14:04 +0000 | [diff] [blame] | 212 | SkAutoTDelete<ContentEntry> fContentEntries; |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 213 | ContentEntry* fLastContentEntry; |
commit-bot@chromium.org | e029440 | 2013-08-29 22:14:04 +0000 | [diff] [blame] | 214 | SkAutoTDelete<ContentEntry> fMarginContentEntries; |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 215 | ContentEntry* fLastMarginContentEntry; |
| 216 | DrawingArea fDrawingArea; |
| 217 | |
robertphillips@google.com | 40a1ae4 | 2012-07-13 15:36:15 +0000 | [diff] [blame] | 218 | const SkClipStack* fClipStack; |
| 219 | |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 220 | // Accessor and setter functions based on the current DrawingArea. |
commit-bot@chromium.org | e029440 | 2013-08-29 22:14:04 +0000 | [diff] [blame] | 221 | SkAutoTDelete<ContentEntry>* getContentEntries(); |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 222 | |
vandebo@chromium.org | 9859428 | 2011-07-25 22:34:12 +0000 | [diff] [blame] | 223 | // Glyph ids used for each font on this device. |
commit-bot@chromium.org | e029440 | 2013-08-29 22:14:04 +0000 | [diff] [blame] | 224 | SkAutoTDelete<SkPDFGlyphSetMap> fFontGlyphUsage; |
vandebo@chromium.org | 9859428 | 2011-07-25 22:34:12 +0000 | [diff] [blame] | 225 | |
commit-bot@chromium.org | 8c29490 | 2013-10-21 17:14:37 +0000 | [diff] [blame] | 226 | SkScalar fRasterDpi; |
edisonn@google.com | d9dfa18 | 2013-04-24 13:01:01 +0000 | [diff] [blame] | 227 | |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 228 | SkBitmap fLegacyBitmap; |
| 229 | |
halcanary | a1f1ee9 | 2015-02-20 06:17:26 -0800 | [diff] [blame] | 230 | SkPDFCanon* fCanon; // Owned by SkDocument_PDF |
| 231 | //////////////////////////////////////////////////////////////////////////// |
| 232 | |
| 233 | SkPDFDevice(SkISize pageSize, |
| 234 | SkScalar rasterDpi, |
| 235 | SkPDFCanon* canon, |
| 236 | bool flip); |
| 237 | |
| 238 | ContentEntry* getLastContentEntry(); |
| 239 | void setLastContentEntry(ContentEntry* contentEntry); |
vandebo@chromium.org | a0c7edb | 2011-05-09 07:58:08 +0000 | [diff] [blame] | 240 | |
mtklein | 36352bf | 2015-03-25 18:17:31 -0700 | [diff] [blame] | 241 | SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) override; |
bsalomon@google.com | e97f085 | 2011-06-17 13:10:25 +0000 | [diff] [blame] | 242 | |
vandebo@chromium.org | 77bcaa3 | 2011-04-15 20:57:37 +0000 | [diff] [blame] | 243 | void init(); |
vandebo@chromium.org | 9859428 | 2011-07-25 22:34:12 +0000 | [diff] [blame] | 244 | void cleanUp(bool clearFontUsage); |
reed@google.com | fc641d0 | 2012-09-20 17:52:20 +0000 | [diff] [blame] | 245 | SkPDFFormXObject* createFormXObjectFromDevice(); |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 246 | |
vandebo@chromium.org | 3b41621 | 2013-10-30 20:48:05 +0000 | [diff] [blame] | 247 | void drawFormXObjectWithMask(int xObjectIndex, |
| 248 | SkPDFFormXObject* mask, |
vandebo@chromium.org | 481aef6 | 2011-05-24 16:39:05 +0000 | [diff] [blame] | 249 | const SkClipStack* clipStack, |
| 250 | const SkRegion& clipRegion, |
vandebo@chromium.org | 3b41621 | 2013-10-30 20:48:05 +0000 | [diff] [blame] | 251 | SkXfermode::Mode mode, |
vandebo@chromium.org | 481aef6 | 2011-05-24 16:39:05 +0000 | [diff] [blame] | 252 | bool invertClip); |
vandebo@chromium.org | 466f3d6 | 2011-05-18 23:06:29 +0000 | [diff] [blame] | 253 | |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 254 | // If the paint or clip is such that we shouldn't draw anything, this |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 255 | // returns nullptr and does not create a content entry. |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 256 | // setUpContentEntry and finishContentEntry can be used directly, but |
vandebo@chromium.org | 13d14a9 | 2011-05-24 23:12:41 +0000 | [diff] [blame] | 257 | // the preferred method is to use the ScopedContentEntry helper class. |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 258 | ContentEntry* setUpContentEntry(const SkClipStack* clipStack, |
| 259 | const SkRegion& clipRegion, |
| 260 | const SkMatrix& matrix, |
| 261 | const SkPaint& paint, |
| 262 | bool hasText, |
reed@google.com | fc641d0 | 2012-09-20 17:52:20 +0000 | [diff] [blame] | 263 | SkPDFFormXObject** dst); |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 264 | void finishContentEntry(SkXfermode::Mode xfermode, |
vandebo@chromium.org | 3b41621 | 2013-10-30 20:48:05 +0000 | [diff] [blame] | 265 | SkPDFFormXObject* dst, |
| 266 | SkPath* shape); |
vandebo@chromium.org | 481aef6 | 2011-05-24 16:39:05 +0000 | [diff] [blame] | 267 | bool isContentEmpty(); |
| 268 | |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 269 | void populateGraphicStateEntryFromPaint(const SkMatrix& matrix, |
| 270 | const SkClipStack& clipStack, |
| 271 | const SkRegion& clipRegion, |
| 272 | const SkPaint& paint, |
| 273 | bool hasText, |
| 274 | GraphicStateEntry* entry); |
halcanary | be27a11 | 2015-04-01 13:31:19 -0700 | [diff] [blame] | 275 | int addGraphicStateResource(SkPDFObject* gs); |
vandebo@chromium.org | 3b41621 | 2013-10-30 20:48:05 +0000 | [diff] [blame] | 276 | int addXObjectResource(SkPDFObject* xObject); |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 277 | |
robertphillips | 8e0c150 | 2015-07-07 10:28:43 -0700 | [diff] [blame] | 278 | void updateFont(const SkPaint& paint, uint16_t glyphID, ContentEntry* contentEntry); |
ctguil@chromium.org | 9db86bb | 2011-03-04 21:43:27 +0000 | [diff] [blame] | 279 | int getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID); |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 280 | |
vandebo@chromium.org | b069c8c | 2011-05-24 17:19:38 +0000 | [diff] [blame] | 281 | void internalDrawPaint(const SkPaint& paint, ContentEntry* contentEntry); |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 282 | void internalDrawBitmap(const SkMatrix& matrix, |
vandebo@chromium.org | 78dad54 | 2011-05-11 18:46:03 +0000 | [diff] [blame] | 283 | const SkClipStack* clipStack, |
vandebo@chromium.org | 9fbdf87 | 2011-05-09 07:55:58 +0000 | [diff] [blame] | 284 | const SkRegion& clipRegion, |
| 285 | const SkBitmap& bitmap, |
| 286 | const SkIRect* srcRect, |
| 287 | const SkPaint& paint); |
| 288 | |
ctguil@chromium.org | 8dcf74f | 2011-07-12 21:56:27 +0000 | [diff] [blame] | 289 | /** Helper method for copyContentToData. It is responsible for copying the |
| 290 | * list of content entries |entry| to |data|. |
| 291 | */ |
| 292 | void copyContentEntriesToData(ContentEntry* entry, SkWStream* data) const; |
ctguil@chromium.org | 9510ccc | 2011-07-27 00:10:51 +0000 | [diff] [blame] | 293 | |
commit-bot@chromium.org | 92ffe7d | 2013-07-31 22:54:31 +0000 | [diff] [blame] | 294 | bool handleInversePath(const SkDraw& d, const SkPath& origPath, |
edisonn@google.com | a9ebd16 | 2013-10-07 13:22:21 +0000 | [diff] [blame] | 295 | const SkPaint& paint, bool pathIsMutable, |
halcanary | 96fcdcc | 2015-08-27 07:41:13 -0700 | [diff] [blame] | 296 | const SkMatrix* prePathMatrix = nullptr); |
epoger@google.com | b58772f | 2013-03-08 09:09:10 +0000 | [diff] [blame] | 297 | bool handlePointAnnotation(const SkPoint* points, size_t count, |
wangxianzhu | d76665d | 2015-07-17 17:23:15 -0700 | [diff] [blame] | 298 | const SkMatrix& matrix, SkAnnotation* annot); |
wangxianzhu | ef6c50a | 2015-09-17 20:38:02 -0700 | [diff] [blame^] | 299 | bool handlePathAnnotation(const SkPath& path, const SkDraw& d, |
| 300 | SkAnnotation* annot); |
vandebo@chromium.org | 238be8c | 2012-07-13 20:06:02 +0000 | [diff] [blame] | 301 | |
reed | 89443ab | 2014-06-27 11:34:19 -0700 | [diff] [blame] | 302 | typedef SkBaseDevice INHERITED; |
commit-bot@chromium.org | 5e00989 | 2013-10-14 13:42:12 +0000 | [diff] [blame] | 303 | |
| 304 | // TODO(edisonn): Only SkDocument_PDF and SkPDFImageShader should be able to create |
| 305 | // an SkPDFDevice |
| 306 | //friend class SkDocument_PDF; |
| 307 | //friend class SkPDFImageShader; |
vandebo@chromium.org | 9b49dc0 | 2010-10-20 22:23:29 +0000 | [diff] [blame] | 308 | }; |
| 309 | |
| 310 | #endif |