Searched refs:fFontInfo (Results 1 – 2 of 2) sorted by relevance
755 if (!fFontInfo.get()) { in canEmbed()759 return (fFontInfo->fFlags & in canEmbed()764 if (!fFontInfo.get()) { in canSubset()768 return (fFontInfo->fFlags & in canSubset()866 , fFontInfo(SkSafeRef(info)) in SkPDFFont()904 return fFontInfo.get(); in fontInfo()908 if (info == nullptr || info == fFontInfo.get()) { in setFontInfo()911 fFontInfo.reset(info); in setFontInfo()941 const uint16_t emSize = fFontInfo->fEmSize; in addCommonFontDescriptorEntries()943 fDescriptor->insertName("FontName", fFontInfo->fFontName); in addCommonFontDescriptorEntries()[all …]
203 SkAutoTUnref<const SkAdvancedTypefaceMetrics> fFontInfo; variable