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

  /external/skia/include/pdf/
SkPDFPage.h 27 class SkPDFPage : public SkPDFDict {
79 SkTDArray<SkPDFDict*>* pageTree,
80 SkPDFDict** rootNode);
SkPDFDocument.h 74 SkTDArray<SkPDFDict*> fPageTree;
75 SkRefPtr<SkPDFDict> fDocCatalog;
80 SkRefPtr<SkPDFDict> fTrailerDict;
SkPDFStream.h 25 class SkPDFStream : public SkPDFDict {
68 typedef SkPDFDict INHERITED;
SkPDFFont.h 80 class SkPDFFont : public SkPDFDict {
149 SkPDFDict* getFontDescriptor();
150 void setFontDescriptor(SkPDFDict* descriptor);
167 SkPDFDict* fontDescriptor);
193 SkRefPtr<SkPDFDict> fDescriptor;
SkPDFTypes.h 309 /** \class SkPDFDict
313 class SkPDFDict : public SkPDFObject {
317 SkPDFDict();
322 explicit SkPDFDict(const char type[]);
324 virtual ~SkPDFDict();
389 explicit Iter(const SkPDFDict& dict);
SkPDFGraphicState.h 29 class SkPDFGraphicState : public SkPDFDict {
SkPDFDevice.h 23 class SkPDFDict;
123 SK_API SkPDFDict* getResourceDict();
176 SkRefPtr<SkPDFDict> fResourceDict;
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 46 SkRefPtr<SkPDFDict> group = new SkPDFDict("Group");
SkPDFFontImpl.h 29 typedef SkPDFDict INHERITED;
62 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
79 uint16_t glyphID, SkPDFDict* relatedFontDescriptor);
SkPDFPage.cpp 16 : SkPDFDict("Page"),
52 SkTDArray<SkPDFDict*>* pageTree,
53 SkPDFDict** rootNode) {
71 SkTDArray<SkPDFDict*> curNodes;
79 SkTDArray<SkPDFDict*> nextRoundNodes;
90 SkPDFDict* newNode = new SkPDFDict("Pages");
SkPDFTypes.cpp 382 SkPDFDict::SkPDFDict() {}
384 SkPDFDict::SkPDFDict(const char type[]) {
388 SkPDFDict::~SkPDFDict() {
392 void SkPDFDict::emitObject(SkWStream* stream, SkPDFCatalog* catalog,
408 size_t SkPDFDict::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
421 SkPDFObject* SkPDFDict::insert(SkPDFName* key, SkPDFObject* value) {
430 SkPDFObject* SkPDFDict::insert(const char key[], SkPDFObject* value)
    [all...]
SkPDFStream.cpp 33 : SkPDFDict(),
42 SkPDFDict::Iter dict(pdfStream);
SkPDFGraphicState.cpp 70 SkPDFDict::emitObject(stream, catalog, indirect);
76 return SkPDFDict::getOutputSize(catalog, indirect);
142 SkRefPtr<SkPDFDict> sMaskDict = new SkPDFDict("Mask");
SkPDFFont.cpp 750 SkPDFDict* relatedFontDescriptor = NULL;
822 : SkPDFDict("Font"),
839 SkPDFDict* relatedFontDescriptor) {
897 SkPDFDict* SkPDFFont::getFontDescriptor() {
901 void SkPDFFont::setFontDescriptor(SkPDFDict* descriptor) {
    [all...]
SkPDFDocument.cpp 61 fDocCatalog = new SkPDFDict("Catalog");
91 SkPDFDict* pageTreeRoot;
97 SkRefPtr<SkPDFDict> outputIntent = new SkPDFDict("OutputIntent");
245 fTrailerDict = new SkPDFDict();
SkPDFDevice.cpp     [all...]
SkPDFShader.cpp 301 class SkPDFFunctionShader : public SkPDFDict, public SkPDFShader {
421 : SkPDFDict("Pattern"),
506 SkRefPtr<SkPDFDict> pdfShader = new SkPDFDict;
  /external/skia/tests/
PDFPrimitivesTest.cpp 22 class SkPDFTestDict : public SkPDFDict {
206 SkRefPtr<SkPDFDict> stubResource = new SkPDFDict();
294 SkRefPtr<SkPDFDict> dict = new SkPDFDict;

Completed in 96 milliseconds