Home
last modified time | relevance | path

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

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType3FontDictionary_autogen.h36 bool has_FontBBox() const;
DSkPdfType3FontDictionary_autogen.cpp55 bool SkPdfType3FontDictionary::has_FontBBox() const { in has_FontBBox() function in SkPdfType3FontDictionary
DSkPdfFontDescriptorDictionary_autogen.cpp55 bool SkPdfFontDescriptorDictionary::has_FontBBox() const { in has_FontBBox() function in SkPdfFontDescriptorDictionary
DSkPdfFontDescriptorDictionary_autogen.h528 bool has_FontBBox() const;
/external/skia/experimental/PdfViewer/
DSkPdfFont.h411 if (dict->has_FontBBox()) { in SkPdfType3Font()