Home
last modified time | relevance | path

Searched refs:has_FontDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FontDictionary_autogen.h41 bool has_FontDescriptor() const;
DSkPdfType1FontDictionary_autogen.cpp103 bool SkPdfType1FontDictionary::has_FontDescriptor() const { in has_FontDescriptor() function in SkPdfType1FontDictionary
DSkPdfCIDFontDictionary_autogen.cpp67 bool SkPdfCIDFontDictionary::has_FontDescriptor() const { in has_FontDescriptor() function in SkPdfCIDFontDictionary
DSkPdfCIDFontDictionary_autogen.h530 bool has_FontDescriptor() const;
/external/skia/experimental/PdfViewer/
DSkPdfFont.h303 if (dict->has_FontDescriptor()) { in SkPdfType1Font()