Searched refs:has_FontName (Results 1 – 3 of 3) sorted by relevance
31 bool SkPdfFontDescriptorDictionary::has_FontName() const { in has_FontName() function in SkPdfFontDescriptorDictionary
524 bool has_FontName() const;
215 if (fd->has_FontName() && fd->FontName(doc).equals(fontName)) { in fontFromName()