Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: include/pdf/SkPDFDevice.h

Issue 15792016: Remove SK_API, from SkTSet. the template is not public. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | include/pdf/SkPDFDocument.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2011 Google Inc. 3 * Copyright 2011 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #ifndef SkPDFDevice_DEFINED 10 #ifndef SkPDFDevice_DEFINED
(...skipping 12 matching lines...) Expand all
23 class SkPDFArray; 23 class SkPDFArray;
24 class SkPDFDevice; 24 class SkPDFDevice;
25 class SkPDFDict; 25 class SkPDFDict;
26 class SkPDFFont; 26 class SkPDFFont;
27 class SkPDFFormXObject; 27 class SkPDFFormXObject;
28 class SkPDFGlyphSetMap; 28 class SkPDFGlyphSetMap;
29 class SkPDFGraphicState; 29 class SkPDFGraphicState;
30 class SkPDFObject; 30 class SkPDFObject;
31 class SkPDFShader; 31 class SkPDFShader;
32 class SkPDFStream; 32 class SkPDFStream;
33 template <typename T> class SK_API SkTSet; 33 template <typename T> class SkTSet;
34 34
35 // Private classes. 35 // Private classes.
36 struct ContentEntry; 36 struct ContentEntry;
37 struct GraphicStateEntry; 37 struct GraphicStateEntry;
38 struct NamedDestination; 38 struct NamedDestination;
39 39
40 typedef bool (*EncodeToDCTStream)(SkWStream* stream, const SkBitmap& bitmap, con st SkIRect& rect); 40 typedef bool (*EncodeToDCTStream)(SkWStream* stream, const SkBitmap& bitmap, con st SkIRect& rect);
41 41
42 /** \class SkPDFDevice 42 /** \class SkPDFDevice
43 43
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 const SkMatrix& matrix); 318 const SkMatrix& matrix);
319 void handleLinkToNamedDest(SkData* nameData, const SkRect& r, 319 void handleLinkToNamedDest(SkData* nameData, const SkRect& r,
320 const SkMatrix& matrix); 320 const SkMatrix& matrix);
321 void defineNamedDestination(SkData* nameData, const SkPoint& point, 321 void defineNamedDestination(SkData* nameData, const SkPoint& point,
322 const SkMatrix& matrix); 322 const SkMatrix& matrix);
323 323
324 typedef SkDevice INHERITED; 324 typedef SkDevice INHERITED;
325 }; 325 };
326 326
327 #endif 327 #endif
OLDNEW
« no previous file with comments | « no previous file | include/pdf/SkPDFDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698