Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfResourceDictionary_autogen.cpp79 bool SkPdfResourceDictionary::has_Font() const { in has_Font() function in SkPdfResourceDictionary
DSkPdfGraphicsStateDictionary_autogen.cpp139 bool SkPdfGraphicsStateDictionary::has_Font() const { in has_Font() function in SkPdfGraphicsStateDictionary
DSkPdfResourceDictionary_autogen.h532 bool has_Font() const;
DSkPdfGraphicsStateDictionary_autogen.h542 bool has_Font() const;
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp2323 if (gs->has_Font()) { in PdfOp_gs()