HomeSort by relevance Sort by last modified time
    Searched refs:SkPDFDict (Results 1 - 18 of 18) sorted by null

  /external/skia/src/pdf/
SkPDFPage.h 27 class SkPDFPage : public SkPDFDict {
80 SkTDArray<SkPDFDict*>* pageTree,
81 SkPDFDict** rootNode);
SkPDFStream.h 25 class SkPDFStream : public SkPDFDict {
68 typedef SkPDFDict INHERITED;
SkPDFFormXObject.cpp 57 SkAutoTUnref<SkPDFDict> group(new SkPDFDict("Group"));
SkPDFFontImpl.h 29 typedef SkPDFDict INHERITED;
62 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
79 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
SkPDFFont.h 80 class SkPDFFont : public SkPDFDict {
149 SkPDFDict* getFontDescriptor();
150 void setFontDescriptor(SkPDFDict* descriptor);
167 SkPDFDict* fontDescriptor);
193 SkAutoTUnref<SkPDFDict> fDescriptor;
SkPDFPage.cpp 16 : SkPDFDict("Page"),
58 SkTDArray<SkPDFDict*>* pageTree,
59 SkPDFDict** rootNode) {
74 SkTDArray<SkPDFDict*> curNodes;
82 SkTDArray<SkPDFDict*> nextRoundNodes;
93 SkPDFDict* newNode = new SkPDFDict("Pages");
SkPDFTypes.cpp 22 SK_DEFINE_INST_COUNT(SkPDFDict)
397 SkPDFDict::SkPDFDict() {}
399 SkPDFDict::SkPDFDict(const char type[]) {
403 SkPDFDict::~SkPDFDict() {
407 void SkPDFDict::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
423 size_t SkPDFDict::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
436 SkPDFObject* SkPDFDict::insert(SkPDFName* key, SkPDFObject* value)
    [all...]
SkPDFGraphicState.h 29 class SkPDFGraphicState : public SkPDFDict {
SkPDFTypes.h 336 /** \class SkPDFDict
340 class SkPDFDict : public SkPDFObject {
342 SK_DECLARE_INST_COUNT(SkPDFDict)
346 SkPDFDict();
351 explicit SkPDFDict(const char type[]);
353 virtual ~SkPDFDict();
418 explicit Iter(const SkPDFDict& dict);
SkPDFStream.cpp 34 : SkPDFDict(),
44 SkPDFDict::Iter dict(pdfStream);
SkPDFGraphicState.cpp 70 SkPDFDict::emitObject(stream, catalog, indirect);
76 return SkPDFDict::getOutputSize(catalog, indirect);
140 SkAutoTUnref<SkPDFDict> sMaskDict(new SkPDFDict("Mask"));
SkPDFFont.cpp 766 SkPDFDict* relatedFontDescriptor = NULL;
849 : SkPDFDict("Font"),
868 SkPDFDict* relatedFontDescriptor) {
928 SkPDFDict* SkPDFFont::getFontDescriptor() {
932 void SkPDFFont::setFontDescriptor(SkPDFDict* descriptor) {
    [all...]
SkPDFDocument.cpp 63 fDocCatalog = SkNEW_ARGS(SkPDFDict, ("Catalog"));
95 SkPDFDict* pageTreeRoot;
101 SkAutoTUnref<SkPDFDict> outputIntent = new SkPDFDict("OutputIntent");
263 fTrailerDict = SkNEW(SkPDFDict);
SkPDFDevice.cpp     [all...]
SkPDFShader.cpp 416 class SkPDFFunctionShader : public SkPDFDict, public SkPDFShader {
552 : SkPDFDict("Pattern"),
642 SkAutoTUnref<SkPDFDict> pdfShader(new SkPDFDict);
    [all...]
  /external/skia/include/pdf/
SkPDFDocument.h 20 class SkPDFDict;
77 SkTDArray<SkPDFDict*> fPageTree;
78 SkPDFDict* fDocCatalog;
83 SkPDFDict* fTrailerDict;
SkPDFDevice.h 24 class SkPDFDict;
127 SK_API SkPDFDict* getResourceDict();
190 SkPDFDict* fResourceDict;
  /external/skia/tests/
PDFPrimitivesTest.cpp 22 class SkPDFTestDict : public SkPDFDict {
195 SkAutoTUnref<SkPDFDict> stubResource(new SkPDFDict());
306 SkAutoTUnref<SkPDFDict> dict(new SkPDFDict);

Completed in 184 milliseconds