Home
last modified time | relevance | path

Searched refs:has_FontFile2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFontDescriptorDictionary_autogen.cpp211 bool SkPdfFontDescriptorDictionary::has_FontFile2() const { in has_FontFile2() function in SkPdfFontDescriptorDictionary
DSkPdfFontDescriptorDictionary_autogen.h554 bool has_FontFile2() const;
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp162 } else if (fd->has_FontFile2()) { in fontFromFontDescriptor()