/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfImageDictionary_autogen.h | 26 SkString Type(SkPdfNativeDoc* doc); 28 SkString Subtype(SkPdfNativeDoc* doc); 30 int64_t Width(SkPdfNativeDoc* doc); 32 int64_t Height(SkPdfNativeDoc* doc); 35 bool isColorSpaceAName(SkPdfNativeDoc* doc); 36 SkString getColorSpaceAsName(SkPdfNativeDoc* doc); 38 bool isColorSpaceAArray(SkPdfNativeDoc* doc); 39 SkPdfArray* getColorSpaceAsArray(SkPdfNativeDoc* doc); 41 int64_t BitsPerComponent(SkPdfNativeDoc* doc); 43 SkString Intent(SkPdfNativeDoc* doc); [all …]
|
D | SkPdfType3FontDictionary_autogen.h | 29 SkString Type(SkPdfNativeDoc* doc); 31 SkString Subtype(SkPdfNativeDoc* doc); 33 SkString Name(SkPdfNativeDoc* doc); 35 SkRect FontBBox(SkPdfNativeDoc* doc); 37 SkMatrix FontMatrix(SkPdfNativeDoc* doc); 39 SkPdfDictionary* CharProcs(SkPdfNativeDoc* doc); 42 bool isEncodingAName(SkPdfNativeDoc* doc); 43 SkString getEncodingAsName(SkPdfNativeDoc* doc); 45 bool isEncodingAEncodingdictionary(SkPdfNativeDoc* doc); 46 SkPdfEncodingDictionary* getEncodingAsEncodingdictionary(SkPdfNativeDoc* doc); [all …]
|
D | SkPdfType1FormDictionary_autogen.h | 29 SkString Type(SkPdfNativeDoc* doc); 31 SkString Subtype(SkPdfNativeDoc* doc); 33 int64_t FormType(SkPdfNativeDoc* doc); 35 SkString Name(SkPdfNativeDoc* doc); 37 SkPdfDate LastModified(SkPdfNativeDoc* doc); 39 SkRect BBox(SkPdfNativeDoc* doc); 41 SkMatrix Matrix(SkPdfNativeDoc* doc); 43 SkPdfResourceDictionary* Resources(SkPdfNativeDoc* doc); 45 SkPdfTransparencyGroupDictionary* Group(SkPdfNativeDoc* doc); 47 SkPdfDictionary* Ref(SkPdfNativeDoc* doc); [all …]
|
D | SkPdfType1FontDictionary_autogen.h | 26 SkString Type(SkPdfNativeDoc* doc); 28 SkString Subtype(SkPdfNativeDoc* doc); 30 SkString Name(SkPdfNativeDoc* doc); 32 SkString BaseFont(SkPdfNativeDoc* doc); 34 int64_t FirstChar(SkPdfNativeDoc* doc); 36 int64_t LastChar(SkPdfNativeDoc* doc); 38 SkPdfArray* Widths(SkPdfNativeDoc* doc); 40 SkPdfFontDescriptorDictionary* FontDescriptor(SkPdfNativeDoc* doc); 43 bool isEncodingAName(SkPdfNativeDoc* doc); 44 SkString getEncodingAsName(SkPdfNativeDoc* doc); [all …]
|
D | SkPdfNameDictionary_autogen.cpp | 11 bool SkPdfNameDictionary::isDestsAName(SkPdfNativeDoc* doc) { in isDestsAName() 17 SkString SkPdfNameDictionary::getDestsAsName(SkPdfNativeDoc* doc) { in getDestsAsName() 25 bool SkPdfNameDictionary::isDestsATree(SkPdfNativeDoc* doc) { in isDestsATree() 31 SkPdfTree SkPdfNameDictionary::getDestsAsTree(SkPdfNativeDoc* doc) { in getDestsAsTree() 43 bool SkPdfNameDictionary::isAPAName(SkPdfNativeDoc* doc) { in isAPAName() 49 SkString SkPdfNameDictionary::getAPAsName(SkPdfNativeDoc* doc) { in getAPAsName() 57 bool SkPdfNameDictionary::isAPATree(SkPdfNativeDoc* doc) { in isAPATree() 63 SkPdfTree SkPdfNameDictionary::getAPAsTree(SkPdfNativeDoc* doc) { in getAPAsTree() 75 bool SkPdfNameDictionary::isJavaScriptAName(SkPdfNativeDoc* doc) { in isJavaScriptAName() 81 SkString SkPdfNameDictionary::getJavaScriptAsName(SkPdfNativeDoc* doc) { in getJavaScriptAsName() [all …]
|
D | SkPdfGraphicsStateDictionary_autogen.cpp | 11 SkString SkPdfGraphicsStateDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 double SkPdfGraphicsStateDictionary::LW(SkPdfNativeDoc* doc) { in LW() 35 int64_t SkPdfGraphicsStateDictionary::LC(SkPdfNativeDoc* doc) { in LC() 47 int64_t SkPdfGraphicsStateDictionary::LJ(SkPdfNativeDoc* doc) { in LJ() 59 double SkPdfGraphicsStateDictionary::ML(SkPdfNativeDoc* doc) { in ML() 71 SkPdfArray* SkPdfGraphicsStateDictionary::D(SkPdfNativeDoc* doc) { in D() 83 SkString SkPdfGraphicsStateDictionary::RI(SkPdfNativeDoc* doc) { in RI() 95 bool SkPdfGraphicsStateDictionary::OP(SkPdfNativeDoc* doc) { in OP() 107 bool SkPdfGraphicsStateDictionary::op(SkPdfNativeDoc* doc) { in op() 119 int64_t SkPdfGraphicsStateDictionary::OPM(SkPdfNativeDoc* doc) { in OPM() [all …]
|
D | SkPdfGraphicsStateDictionary_autogen.h | 521 SkString Type(SkPdfNativeDoc* doc); 523 double LW(SkPdfNativeDoc* doc); 525 int64_t LC(SkPdfNativeDoc* doc); 527 int64_t LJ(SkPdfNativeDoc* doc); 529 double ML(SkPdfNativeDoc* doc); 531 SkPdfArray* D(SkPdfNativeDoc* doc); 533 SkString RI(SkPdfNativeDoc* doc); 535 bool OP(SkPdfNativeDoc* doc); 537 bool op(SkPdfNativeDoc* doc); 539 int64_t OPM(SkPdfNativeDoc* doc); [all …]
|
D | SkPdfImageDictionary_autogen.cpp | 11 SkString SkPdfImageDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfImageDictionary::Subtype(SkPdfNativeDoc* doc) { in Subtype() 35 int64_t SkPdfImageDictionary::Width(SkPdfNativeDoc* doc) { in Width() 47 int64_t SkPdfImageDictionary::Height(SkPdfNativeDoc* doc) { in Height() 59 bool SkPdfImageDictionary::isColorSpaceAName(SkPdfNativeDoc* doc) { in isColorSpaceAName() 65 SkString SkPdfImageDictionary::getColorSpaceAsName(SkPdfNativeDoc* doc) { in getColorSpaceAsName() 73 bool SkPdfImageDictionary::isColorSpaceAArray(SkPdfNativeDoc* doc) { in isColorSpaceAArray() 79 SkPdfArray* SkPdfImageDictionary::getColorSpaceAsArray(SkPdfNativeDoc* doc) { in getColorSpaceAsArray() 91 int64_t SkPdfImageDictionary::BitsPerComponent(SkPdfNativeDoc* doc) { in BitsPerComponent() 103 SkString SkPdfImageDictionary::Intent(SkPdfNativeDoc* doc) { in Intent() [all …]
|
D | SkPdfCatalogDictionary_autogen.cpp | 11 SkString SkPdfCatalogDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfCatalogDictionary::Version(SkPdfNativeDoc* doc) { in Version() 35 SkPdfPageTreeNodeDictionary* SkPdfCatalogDictionary::Pages(SkPdfNativeDoc* doc) { in Pages() 47 bool SkPdfCatalogDictionary::isPageLabelsANumber(SkPdfNativeDoc* doc) { in isPageLabelsANumber() 53 double SkPdfCatalogDictionary::getPageLabelsAsNumber(SkPdfNativeDoc* doc) { in getPageLabelsAsNumber() 61 bool SkPdfCatalogDictionary::isPageLabelsATree(SkPdfNativeDoc* doc) { in isPageLabelsATree() 67 SkPdfTree SkPdfCatalogDictionary::getPageLabelsAsTree(SkPdfNativeDoc* doc) { in getPageLabelsAsTree() 79 SkPdfDictionary* SkPdfCatalogDictionary::Names(SkPdfNativeDoc* doc) { in Names() 91 SkPdfDictionary* SkPdfCatalogDictionary::Dests(SkPdfNativeDoc* doc) { in Dests() 103 SkPdfDictionary* SkPdfCatalogDictionary::ViewerPreferences(SkPdfNativeDoc* doc) { in ViewerPreferences() [all …]
|
D | SkPdfStreamCommonDictionary_autogen.cpp | 11 int64_t SkPdfStreamCommonDictionary::Length(SkPdfNativeDoc* doc) { in Length() 23 bool SkPdfStreamCommonDictionary::isFilterAName(SkPdfNativeDoc* doc) { in isFilterAName() 29 SkString SkPdfStreamCommonDictionary::getFilterAsName(SkPdfNativeDoc* doc) { in getFilterAsName() 37 bool SkPdfStreamCommonDictionary::isFilterAArray(SkPdfNativeDoc* doc) { in isFilterAArray() 43 SkPdfArray* SkPdfStreamCommonDictionary::getFilterAsArray(SkPdfNativeDoc* doc) { in getFilterAsArray() 55 bool SkPdfStreamCommonDictionary::isDecodeParmsADictionary(SkPdfNativeDoc* doc) { in isDecodeParmsADictionary() 61 SkPdfDictionary* SkPdfStreamCommonDictionary::getDecodeParmsAsDictionary(SkPdfNativeDoc* doc) { in getDecodeParmsAsDictionary() 69 bool SkPdfStreamCommonDictionary::isDecodeParmsAArray(SkPdfNativeDoc* doc) { in isDecodeParmsAArray() 75 SkPdfArray* SkPdfStreamCommonDictionary::getDecodeParmsAsArray(SkPdfNativeDoc* doc) { in getDecodeParmsAsArray() 87 SkPdfFileSpec SkPdfStreamCommonDictionary::F(SkPdfNativeDoc* doc) { in F() [all …]
|
D | SkPdfType0FontDictionary_autogen.h | 35 SkString Type(SkPdfNativeDoc* doc); 37 SkString Subtype(SkPdfNativeDoc* doc); 39 SkString BaseFont(SkPdfNativeDoc* doc); 42 bool isEncodingAName(SkPdfNativeDoc* doc); 43 SkString getEncodingAsName(SkPdfNativeDoc* doc); 45 bool isEncodingAStream(SkPdfNativeDoc* doc); 46 SkPdfStream* getEncodingAsStream(SkPdfNativeDoc* doc); 48 SkPdfArray* DescendantFonts(SkPdfNativeDoc* doc); 50 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
|
D | SkPdfStructureTreeRootDictionary_autogen.cpp | 11 SkString SkPdfStructureTreeRootDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 bool SkPdfStructureTreeRootDictionary::isKADictionary(SkPdfNativeDoc* doc) { in isKADictionary() 29 SkPdfDictionary* SkPdfStructureTreeRootDictionary::getKAsDictionary(SkPdfNativeDoc* doc) { in getKAsDictionary() 37 bool SkPdfStructureTreeRootDictionary::isKAArray(SkPdfNativeDoc* doc) { in isKAArray() 43 SkPdfArray* SkPdfStructureTreeRootDictionary::getKAsArray(SkPdfNativeDoc* doc) { in getKAsArray() 55 bool SkPdfStructureTreeRootDictionary::isIDTreeAName(SkPdfNativeDoc* doc) { in isIDTreeAName() 61 SkString SkPdfStructureTreeRootDictionary::getIDTreeAsName(SkPdfNativeDoc* doc) { in getIDTreeAsName() 69 bool SkPdfStructureTreeRootDictionary::isIDTreeATree(SkPdfNativeDoc* doc) { in isIDTreeATree() 75 SkPdfTree SkPdfStructureTreeRootDictionary::getIDTreeAsTree(SkPdfNativeDoc* doc) { in getIDTreeAsTree() 87 bool SkPdfStructureTreeRootDictionary::isParentTreeANumber(SkPdfNativeDoc* doc) { in isParentTreeANumber() [all …]
|
D | SkPdfPageObjectDictionary_autogen.cpp | 11 SkString SkPdfPageObjectDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkPdfDictionary* SkPdfPageObjectDictionary::Parent(SkPdfNativeDoc* doc) { in Parent() 35 SkPdfDate SkPdfPageObjectDictionary::LastModified(SkPdfNativeDoc* doc) { in LastModified() 47 SkPdfResourceDictionary* SkPdfPageObjectDictionary::Resources(SkPdfNativeDoc* doc) { in Resources() 59 SkRect SkPdfPageObjectDictionary::MediaBox(SkPdfNativeDoc* doc) { in MediaBox() 71 SkRect SkPdfPageObjectDictionary::CropBox(SkPdfNativeDoc* doc) { in CropBox() 83 SkRect SkPdfPageObjectDictionary::BleedBox(SkPdfNativeDoc* doc) { in BleedBox() 95 SkRect SkPdfPageObjectDictionary::TrimBox(SkPdfNativeDoc* doc) { in TrimBox() 107 SkRect SkPdfPageObjectDictionary::ArtBox(SkPdfNativeDoc* doc) { in ArtBox() 119 SkPdfDictionary* SkPdfPageObjectDictionary::BoxColorInfo(SkPdfNativeDoc* doc) { in BoxColorInfo() [all …]
|
D | SkPdfAnnotationDictionary_autogen.cpp | 11 SkString SkPdfAnnotationDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) { in Subtype() 35 SkString SkPdfAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { in Contents() 47 SkPdfDictionary* SkPdfAnnotationDictionary::P(SkPdfNativeDoc* doc) { in P() 59 SkRect SkPdfAnnotationDictionary::Rect(SkPdfNativeDoc* doc) { in Rect() 75 bool SkPdfAnnotationDictionary::isMADate(SkPdfNativeDoc* doc) { in isMADate() 81 SkPdfDate SkPdfAnnotationDictionary::getMAsDate(SkPdfNativeDoc* doc) { in getMAsDate() 89 bool SkPdfAnnotationDictionary::isMAString(SkPdfNativeDoc* doc) { in isMAString() 95 SkString SkPdfAnnotationDictionary::getMAsString(SkPdfNativeDoc* doc) { in getMAsString() 107 int64_t SkPdfAnnotationDictionary::F(SkPdfNativeDoc* doc) { in F() [all …]
|
D | SkPdfBlockLevelStructureElementsDictionary_autogen.cpp | 11 double SkPdfBlockLevelStructureElementsDictionary::SpaceBefore(SkPdfNativeDoc* doc) { in SpaceBefore() 23 double SkPdfBlockLevelStructureElementsDictionary::SpaceAfter(SkPdfNativeDoc* doc) { in SpaceAfter() 35 double SkPdfBlockLevelStructureElementsDictionary::StartIndent(SkPdfNativeDoc* doc) { in StartIndent() 47 double SkPdfBlockLevelStructureElementsDictionary::EndIndent(SkPdfNativeDoc* doc) { in EndIndent() 59 double SkPdfBlockLevelStructureElementsDictionary::TextIndent(SkPdfNativeDoc* doc) { in TextIndent() 71 SkString SkPdfBlockLevelStructureElementsDictionary::TextAlign(SkPdfNativeDoc* doc) { in TextAlign() 83 SkRect SkPdfBlockLevelStructureElementsDictionary::BBox(SkPdfNativeDoc* doc) { in BBox() 95 bool SkPdfBlockLevelStructureElementsDictionary::isWidthANumber(SkPdfNativeDoc* doc) { in isWidthANumber() 101 double SkPdfBlockLevelStructureElementsDictionary::getWidthAsNumber(SkPdfNativeDoc* doc) { in getWidthAsNumber() 109 bool SkPdfBlockLevelStructureElementsDictionary::isWidthAName(SkPdfNativeDoc* doc) { in isWidthAName() [all …]
|
D | SkPdfOutlineItemDictionary_autogen.cpp | 11 SkString SkPdfOutlineItemDictionary::Title(SkPdfNativeDoc* doc) { in Title() 23 SkPdfDictionary* SkPdfOutlineItemDictionary::Parent(SkPdfNativeDoc* doc) { in Parent() 35 SkPdfDictionary* SkPdfOutlineItemDictionary::Prev(SkPdfNativeDoc* doc) { in Prev() 47 SkPdfDictionary* SkPdfOutlineItemDictionary::Next(SkPdfNativeDoc* doc) { in Next() 59 SkPdfDictionary* SkPdfOutlineItemDictionary::First(SkPdfNativeDoc* doc) { in First() 71 SkPdfDictionary* SkPdfOutlineItemDictionary::Last(SkPdfNativeDoc* doc) { in Last() 83 int64_t SkPdfOutlineItemDictionary::Count(SkPdfNativeDoc* doc) { in Count() 95 bool SkPdfOutlineItemDictionary::isDestAName(SkPdfNativeDoc* doc) { in isDestAName() 101 SkString SkPdfOutlineItemDictionary::getDestAsName(SkPdfNativeDoc* doc) { in getDestAsName() 109 bool SkPdfOutlineItemDictionary::isDestAString(SkPdfNativeDoc* doc) { in isDestAString() [all …]
|
D | SkPdfFontDescriptorDictionary_autogen.cpp | 11 SkString SkPdfFontDescriptorDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfFontDescriptorDictionary::FontName(SkPdfNativeDoc* doc) { in FontName() 35 int64_t SkPdfFontDescriptorDictionary::Flags(SkPdfNativeDoc* doc) { in Flags() 47 SkRect SkPdfFontDescriptorDictionary::FontBBox(SkPdfNativeDoc* doc) { in FontBBox() 59 double SkPdfFontDescriptorDictionary::ItalicAngle(SkPdfNativeDoc* doc) { in ItalicAngle() 71 double SkPdfFontDescriptorDictionary::Ascent(SkPdfNativeDoc* doc) { in Ascent() 83 double SkPdfFontDescriptorDictionary::Descent(SkPdfNativeDoc* doc) { in Descent() 95 double SkPdfFontDescriptorDictionary::Leading(SkPdfNativeDoc* doc) { in Leading() 107 double SkPdfFontDescriptorDictionary::CapHeight(SkPdfNativeDoc* doc) { in CapHeight() 119 double SkPdfFontDescriptorDictionary::XHeight(SkPdfNativeDoc* doc) { in XHeight() [all …]
|
D | SkPdfType1HalftoneDictionary_autogen.cpp | 11 SkString SkPdfType1HalftoneDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 int64_t SkPdfType1HalftoneDictionary::HalftoneType(SkPdfNativeDoc* doc) { in HalftoneType() 35 SkString SkPdfType1HalftoneDictionary::HalftoneName(SkPdfNativeDoc* doc) { in HalftoneName() 47 double SkPdfType1HalftoneDictionary::Frequency(SkPdfNativeDoc* doc) { in Frequency() 59 double SkPdfType1HalftoneDictionary::Angle(SkPdfNativeDoc* doc) { in Angle() 71 bool SkPdfType1HalftoneDictionary::isSpotFunctionAFunction(SkPdfNativeDoc* doc) { in isSpotFunctionAFunction() 77 SkPdfFunction SkPdfType1HalftoneDictionary::getSpotFunctionAsFunction(SkPdfNativeDoc* doc) { in getSpotFunctionAsFunction() 85 bool SkPdfType1HalftoneDictionary::isSpotFunctionAName(SkPdfNativeDoc* doc) { in isSpotFunctionAName() 91 SkString SkPdfType1HalftoneDictionary::getSpotFunctionAsName(SkPdfNativeDoc* doc) { in getSpotFunctionAsName() 103 bool SkPdfType1HalftoneDictionary::AccurateScreens(SkPdfNativeDoc* doc) { in AccurateScreens() [all …]
|
D | SkPdfAppearanceDictionary_autogen.cpp | 11 bool SkPdfAppearanceDictionary::isNAStream(SkPdfNativeDoc* doc) { in isNAStream() 17 SkPdfStream* SkPdfAppearanceDictionary::getNAsStream(SkPdfNativeDoc* doc) { in getNAsStream() 25 bool SkPdfAppearanceDictionary::isNADictionary(SkPdfNativeDoc* doc) { in isNADictionary() 31 SkPdfDictionary* SkPdfAppearanceDictionary::getNAsDictionary(SkPdfNativeDoc* doc) { in getNAsDictionary() 43 bool SkPdfAppearanceDictionary::isRAStream(SkPdfNativeDoc* doc) { in isRAStream() 49 SkPdfStream* SkPdfAppearanceDictionary::getRAsStream(SkPdfNativeDoc* doc) { in getRAsStream() 57 bool SkPdfAppearanceDictionary::isRADictionary(SkPdfNativeDoc* doc) { in isRADictionary() 63 SkPdfDictionary* SkPdfAppearanceDictionary::getRAsDictionary(SkPdfNativeDoc* doc) { in getRAsDictionary() 75 bool SkPdfAppearanceDictionary::isDAStream(SkPdfNativeDoc* doc) { in isDAStream() 81 SkPdfStream* SkPdfAppearanceDictionary::getDAsStream(SkPdfNativeDoc* doc) { in getDAsStream() [all …]
|
D | SkPdfThreadActionDictionary_autogen.cpp | 11 SkString SkPdfThreadActionDictionary::S(SkPdfNativeDoc* doc) { in S() 23 SkPdfFileSpec SkPdfThreadActionDictionary::F(SkPdfNativeDoc* doc) { in F() 35 bool SkPdfThreadActionDictionary::isDADictionary(SkPdfNativeDoc* doc) { in isDADictionary() 41 SkPdfDictionary* SkPdfThreadActionDictionary::getDAsDictionary(SkPdfNativeDoc* doc) { in getDAsDictionary() 49 bool SkPdfThreadActionDictionary::isDAInteger(SkPdfNativeDoc* doc) { in isDAInteger() 55 int64_t SkPdfThreadActionDictionary::getDAsInteger(SkPdfNativeDoc* doc) { in getDAsInteger() 63 bool SkPdfThreadActionDictionary::isDAString(SkPdfNativeDoc* doc) { in isDAString() 69 SkString SkPdfThreadActionDictionary::getDAsString(SkPdfNativeDoc* doc) { in getDAsString() 81 bool SkPdfThreadActionDictionary::isBADictionary(SkPdfNativeDoc* doc) { in isBADictionary() 87 SkPdfDictionary* SkPdfThreadActionDictionary::getBAsDictionary(SkPdfNativeDoc* doc) { in getBAsDictionary() [all …]
|
D | SkPdfStructureElementDictionary_autogen.cpp | 11 SkString SkPdfStructureElementDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfStructureElementDictionary::S(SkPdfNativeDoc* doc) { in S() 35 SkPdfDictionary* SkPdfStructureElementDictionary::P(SkPdfNativeDoc* doc) { in P() 47 SkString SkPdfStructureElementDictionary::ID(SkPdfNativeDoc* doc) { in ID() 59 SkPdfDictionary* SkPdfStructureElementDictionary::Pg(SkPdfNativeDoc* doc) { in Pg() 71 SkPdfNativeObject* SkPdfStructureElementDictionary::K(SkPdfNativeDoc* doc) { in K() 83 SkPdfNativeObject* SkPdfStructureElementDictionary::A(SkPdfNativeDoc* doc) { in A() 95 bool SkPdfStructureElementDictionary::isCAName(SkPdfNativeDoc* doc) { in isCAName() 101 SkString SkPdfStructureElementDictionary::getCAsName(SkPdfNativeDoc* doc) { in getCAsName() 109 bool SkPdfStructureElementDictionary::isCAArray(SkPdfNativeDoc* doc) { in isCAArray() [all …]
|
D | SkPdfType3FontDictionary_autogen.cpp | 11 SkString SkPdfType3FontDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfType3FontDictionary::Subtype(SkPdfNativeDoc* doc) { in Subtype() 35 SkString SkPdfType3FontDictionary::Name(SkPdfNativeDoc* doc) { in Name() 47 SkRect SkPdfType3FontDictionary::FontBBox(SkPdfNativeDoc* doc) { in FontBBox() 59 SkMatrix SkPdfType3FontDictionary::FontMatrix(SkPdfNativeDoc* doc) { in FontMatrix() 71 SkPdfDictionary* SkPdfType3FontDictionary::CharProcs(SkPdfNativeDoc* doc) { in CharProcs() 83 bool SkPdfType3FontDictionary::isEncodingAName(SkPdfNativeDoc* doc) { in isEncodingAName() 89 SkString SkPdfType3FontDictionary::getEncodingAsName(SkPdfNativeDoc* doc) { in getEncodingAsName() 97 bool SkPdfType3FontDictionary::isEncodingAEncodingdictionary(SkPdfNativeDoc* doc) { in isEncodingAEncodingdictionary() 103 SkPdfEncodingDictionary* SkPdfType3FontDictionary::getEncodingAsEncodingdictionary(SkPdfNativeDoc* … in getEncodingAsEncodingdictionary() [all …]
|
D | SkPdfType1FontDictionary_autogen.cpp | 11 SkString SkPdfType1FontDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfType1FontDictionary::Subtype(SkPdfNativeDoc* doc) { in Subtype() 35 SkString SkPdfType1FontDictionary::Name(SkPdfNativeDoc* doc) { in Name() 47 SkString SkPdfType1FontDictionary::BaseFont(SkPdfNativeDoc* doc) { in BaseFont() 59 int64_t SkPdfType1FontDictionary::FirstChar(SkPdfNativeDoc* doc) { in FirstChar() 71 int64_t SkPdfType1FontDictionary::LastChar(SkPdfNativeDoc* doc) { in LastChar() 83 SkPdfArray* SkPdfType1FontDictionary::Widths(SkPdfNativeDoc* doc) { in Widths() 95 SkPdfFontDescriptorDictionary* SkPdfType1FontDictionary::FontDescriptor(SkPdfNativeDoc* doc) { in FontDescriptor() 107 bool SkPdfType1FontDictionary::isEncodingAName(SkPdfNativeDoc* doc) { in isEncodingAName() 113 SkString SkPdfType1FontDictionary::getEncodingAsName(SkPdfNativeDoc* doc) { in getEncodingAsName() [all …]
|
D | SkPdfCIDFontDictionary_autogen.cpp | 11 SkString SkPdfCIDFontDictionary::Type(SkPdfNativeDoc* doc) { in Type() 23 SkString SkPdfCIDFontDictionary::Subtype(SkPdfNativeDoc* doc) { in Subtype() 35 SkString SkPdfCIDFontDictionary::BaseFont(SkPdfNativeDoc* doc) { in BaseFont() 47 SkPdfDictionary* SkPdfCIDFontDictionary::CIDSystemInfo(SkPdfNativeDoc* doc) { in CIDSystemInfo() 59 SkPdfFontDescriptorDictionary* SkPdfCIDFontDictionary::FontDescriptor(SkPdfNativeDoc* doc) { in FontDescriptor() 71 int64_t SkPdfCIDFontDictionary::DW(SkPdfNativeDoc* doc) { in DW() 83 SkPdfArray* SkPdfCIDFontDictionary::W(SkPdfNativeDoc* doc) { in W() 95 SkPdfArray* SkPdfCIDFontDictionary::DW2(SkPdfNativeDoc* doc) { in DW2() 107 SkPdfArray* SkPdfCIDFontDictionary::W2(SkPdfNativeDoc* doc) { in W2() 119 bool SkPdfCIDFontDictionary::isCIDToGIDMapAStream(SkPdfNativeDoc* doc) { in isCIDToGIDMapAStream() [all …]
|
D | SkPdfFDFFieldDictionary_autogen.cpp | 11 SkPdfArray* SkPdfFDFFieldDictionary::Kids(SkPdfNativeDoc* doc) { in Kids() 23 SkString SkPdfFDFFieldDictionary::T(SkPdfNativeDoc* doc) { in T() 35 SkPdfNativeObject* SkPdfFDFFieldDictionary::V(SkPdfNativeDoc* doc) { in V() 47 int64_t SkPdfFDFFieldDictionary::Ff(SkPdfNativeDoc* doc) { in Ff() 59 int64_t SkPdfFDFFieldDictionary::SetFf(SkPdfNativeDoc* doc) { in SetFf() 71 int64_t SkPdfFDFFieldDictionary::ClrFf(SkPdfNativeDoc* doc) { in ClrFf() 83 int64_t SkPdfFDFFieldDictionary::F(SkPdfNativeDoc* doc) { in F() 95 int64_t SkPdfFDFFieldDictionary::SetF(SkPdfNativeDoc* doc) { in SetF() 107 int64_t SkPdfFDFFieldDictionary::ClrF(SkPdfNativeDoc* doc) { in ClrF() 119 SkPdfDictionary* SkPdfFDFFieldDictionary::AP(SkPdfNativeDoc* doc) { in AP() [all …]
|