| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfCIDFontDescriptorDictionary | 1 #ifndef __DEFINED__SkPdfCIDFontDescriptorDictionary |
| 2 #define __DEFINED__SkPdfCIDFontDescriptorDictionary | 2 #define __DEFINED__SkPdfCIDFontDescriptorDictionary |
| 3 | 3 |
| 4 #include "SkPdfEnums_autogen.h" | 4 #include "SkPdfEnums_autogen.h" |
| 5 #include "SkPdfArray_autogen.h" | 5 #include "SkPdfArray_autogen.h" |
| 6 #include "SkPdfDictionary_autogen.h" | 6 #include "SkPdfDictionary_autogen.h" |
| 7 | 7 |
| 8 // Additional font descriptor entries for CIDFonts | 8 // Additional font descriptor entries for CIDFonts |
| 9 class SkPdfCIDFontDescriptorDictionary : public SkPdfDictionary { | 9 class SkPdfCIDFontDescriptorDictionary : public SkPdfDictionary { |
| 10 public: | 10 public: |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 | 155 |
| 156 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU
LL;} | 156 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU
LL;} |
| 157 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons
t {return NULL;} | 157 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons
t {return NULL;} |
| 158 | 158 |
| 159 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;} | 159 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;} |
| 160 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;} | 160 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;} |
| 161 | 161 |
| 162 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;} | 162 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;} |
| 163 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL
;} | 163 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL
;} |
| 164 | 164 |
| 165 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;} | |
| 166 virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {r
eturn NULL;} | |
| 167 | |
| 168 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;} | 165 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;} |
| 169 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return
NULL;} | 166 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return
NULL;} |
| 170 | 167 |
| 168 virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;} |
| 169 virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return
NULL;} |
| 170 |
| 171 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;} | 171 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;} |
| 172 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return
NULL;} | 172 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return
NULL;} |
| 173 | 173 |
| 174 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return
NULL;} | 174 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return
NULL;} |
| 175 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co
nst {return NULL;} | 175 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co
nst {return NULL;} |
| 176 | 176 |
| 177 virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;} | 177 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;} |
| 178 virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return
NULL;} | 178 virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {r
eturn NULL;} |
| 179 | 179 |
| 180 virtual SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() {retur
n NULL;} | 180 virtual SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() {retur
n NULL;} |
| 181 virtual const SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary()
const {return NULL;} | 181 virtual const SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary()
const {return NULL;} |
| 182 | 182 |
| 183 virtual SkPdfFreeTextAnnotationDictionary* asFreeTextAnnotationDictionary() {r
eturn NULL;} | 183 virtual SkPdfFreeTextAnnotationDictionary* asFreeTextAnnotationDictionary() {r
eturn NULL;} |
| 184 virtual const SkPdfFreeTextAnnotationDictionary* asFreeTextAnnotationDictionar
y() const {return NULL;} | 184 virtual const SkPdfFreeTextAnnotationDictionary* asFreeTextAnnotationDictionar
y() const {return NULL;} |
| 185 | 185 |
| 186 virtual SkPdfFunctionCommonDictionary* asFunctionCommonDictionary() {return NU
LL;} | 186 virtual SkPdfFunctionCommonDictionary* asFunctionCommonDictionary() {return NU
LL;} |
| 187 virtual const SkPdfFunctionCommonDictionary* asFunctionCommonDictionary() cons
t {return NULL;} | 187 virtual const SkPdfFunctionCommonDictionary* asFunctionCommonDictionary() cons
t {return NULL;} |
| 188 | 188 |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 * tion of a CIDFont subset is the subset tag in the FontName entry (see Sectio
n 5.5.3, | 575 * tion of a CIDFont subset is the subset tag in the FontName entry (see Sectio
n 5.5.3, |
| 576 * "Font Subsets"). | 576 * "Font Subsets"). |
| 577 * The stream's data is organized as a table of bits indexed by CID. The bits s
hould be | 577 * The stream's data is organized as a table of bits indexed by CID. The bits s
hould be |
| 578 * stored in bytes with the high-order bit first. Each bit corresponds to a CID
. The first | 578 * stored in bytes with the high-order bit first. Each bit corresponds to a CID
. The first |
| 579 * bit of the first byte corresponds to CID 0, the next bit to CID 1, and so on
. | 579 * bit of the first byte corresponds to CID 0, the next bit to CID 1, and so on
. |
| 580 **/ | 580 **/ |
| 581 bool has_CIDSet() const { | 581 bool has_CIDSet() const { |
| 582 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "CIDSe
t", "", NULL)); | 582 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "CIDSe
t", "", NULL)); |
| 583 } | 583 } |
| 584 | 584 |
| 585 SkPdfStream CIDSet() const { | 585 SkPdfStream* CIDSet() const { |
| 586 SkPdfStream ret; | 586 SkPdfStream* ret; |
| 587 if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "CIDSet",
"", &ret)) return ret; | 587 if (StreamFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "CIDSet",
"", &ret)) return ret; |
| 588 // TODO(edisonn): warn about missing required field, assert for known good p
dfs | 588 // TODO(edisonn): warn about missing required field, assert for known good p
dfs |
| 589 return SkPdfStream(); | 589 return NULL; |
| 590 } | 590 } |
| 591 | 591 |
| 592 }; | 592 }; |
| 593 | 593 |
| 594 #endif // __DEFINED__SkPdfCIDFontDescriptorDictionary | 594 #endif // __DEFINED__SkPdfCIDFontDescriptorDictionary |
| OLD | NEW |