Home
last modified time | relevance | path

Searched refs:has_Encoding (Results 1 – 10 of 10) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FontDictionary_autogen.h48 bool has_Encoding() const;
DSkPdfType0FontDictionary_autogen.h47 bool has_Encoding() const;
DSkPdfType3FontDictionary_autogen.h47 bool has_Encoding() const;
DSkPdfType0FontDictionary_autogen.cpp75 bool SkPdfType0FontDictionary::has_Encoding() const { in has_Encoding() function in SkPdfType0FontDictionary
DSkPdfFDFDictionary_autogen.cpp79 bool SkPdfFDFDictionary::has_Encoding() const { in has_Encoding() function in SkPdfFDFDictionary
DSkPdfType1FontDictionary_autogen.cpp135 bool SkPdfType1FontDictionary::has_Encoding() const { in has_Encoding() function in SkPdfType1FontDictionary
DSkPdfType3FontDictionary_autogen.cpp111 bool SkPdfType3FontDictionary::has_Encoding() const { in has_Encoding() function in SkPdfType3FontDictionary
DSkPdfFDFDictionary_autogen.h532 bool has_Encoding() const;
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp431 if (dict->has_Encoding()) { in SkPdfType0Font()
DSkPdfFont.h389 if (dict->has_Encoding()) { in SkPdfType3Font()