Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FormDictionary_autogen.h |
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FormDictionary_autogen.h b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FormDictionary_autogen.h |
deleted file mode 100644 |
index 968b1efd216f5fe615855324d1b7daf08078ea2d..0000000000000000000000000000000000000000 |
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FormDictionary_autogen.h |
+++ /dev/null |
@@ -1,61 +0,0 @@ |
-/* |
- * Copyright 2013 Google Inc. |
- |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-#ifndef SkPdfType1FormDictionary_DEFINED |
-#define SkPdfType1FormDictionary_DEFINED |
- |
-#include "SkPdfXObjectDictionary_autogen.h" |
- |
-// Additional entries specific to a type 1 form dictionary |
-class SkPdfType1FormDictionary : public SkPdfXObjectDictionary { |
-public: |
-public: |
- SkPdfType1FormDictionary* asType1FormDictionary() {return this;} |
- const SkPdfType1FormDictionary* asType1FormDictionary() const {return this;} |
- |
-private: |
- SkPdfImageDictionary* asImageDictionary() {return (SkPdfImageDictionary*)this;} |
- const SkPdfImageDictionary* asImageDictionary() const {return (const SkPdfImageDictionary*)this;} |
- |
- SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return (SkPdfSoftMaskImageDictionary*)this;} |
- const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return (const SkPdfSoftMaskImageDictionary*)this;} |
- |
-public: |
- bool valid() const {return true;} |
- SkString Type(SkPdfNativeDoc* doc); |
- bool has_Type() const; |
- SkString Subtype(SkPdfNativeDoc* doc); |
- bool has_Subtype() const; |
- int64_t FormType(SkPdfNativeDoc* doc); |
- bool has_FormType() const; |
- SkString Name(SkPdfNativeDoc* doc); |
- bool has_Name() const; |
- SkPdfDate LastModified(SkPdfNativeDoc* doc); |
- bool has_LastModified() const; |
- SkRect BBox(SkPdfNativeDoc* doc); |
- bool has_BBox() const; |
- SkMatrix Matrix(SkPdfNativeDoc* doc); |
- bool has_Matrix() const; |
- SkPdfResourceDictionary* Resources(SkPdfNativeDoc* doc); |
- bool has_Resources() const; |
- SkPdfTransparencyGroupDictionary* Group(SkPdfNativeDoc* doc); |
- bool has_Group() const; |
- SkPdfDictionary* Ref(SkPdfNativeDoc* doc); |
- bool has_Ref() const; |
- SkPdfStream* Metadata(SkPdfNativeDoc* doc); |
- bool has_Metadata() const; |
- SkPdfDictionary* PieceInfo(SkPdfNativeDoc* doc); |
- bool has_PieceInfo() const; |
- int64_t StructParent(SkPdfNativeDoc* doc); |
- bool has_StructParent() const; |
- int64_t StructParents(SkPdfNativeDoc* doc); |
- bool has_StructParents() const; |
- SkPdfDictionary* OPI(SkPdfNativeDoc* doc); |
- bool has_OPI() const; |
-}; |
- |
-#endif // SkPdfType1FormDictionary_DEFINED |