Lines Matching refs:fFontRef
715 , fFontRef(std::move(fontRef)) in SkTypeface_Mac()
718 SkToBool(CTFontGetSymbolicTraits(fFontRef.get()) & kCTFontColorGlyphsTrait)) in SkTypeface_Mac()
721 SkASSERT(fFontRef); in SkTypeface_Mac()
724 SkUniqueCFRef<CTFontRef> fFontRef; member in SkTypeface_Mac
748 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); } in onGetCTFontRef()
1655 ctfont_create_exact_copy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), nullptr); in getGlyphToUnicodeMap()
1665 ctfont_create_exact_copy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), nullptr); in onGetAdvancedMetrics()
1787 SK_SFNT_ULONG fontType = get_font_type_tag(fFontRef.get()); in onOpenStream()
1997 if (get_variations(fFontRef.get(), &cgAxisCount, &axisValues)) { in onMakeFontData()
2050 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get())); in onGetVariationDesignPosition()
2062 SkUniqueCFRef<CFDictionaryRef> ctVariations(CTFontCopyVariation(fFontRef.get())); in onGetVariationDesignPosition()
2066 SkUniqueCFRef<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef.get(), nullptr)); in onGetVariationDesignPosition()
2128 SkUniqueCFRef<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef.get(), nullptr)); in onGetUPEM()
2138 CTFontCopyLocalizedName(fFontRef.get(), kCTFontFamilyNameKey, &cfLanguageRaw)); in onCreateFamilyNameIterator()
2159 CTFontCopyAvailableTables(fFontRef.get(), kCTFontTableOptionNoOptions)); in onGetTableTags()
2189 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag); in onGetTableData()
2307 get_str(CTFontCopyFamilyName(fFontRef.get()), familyName); in onGetFamilyName()
2314 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
2315 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
2316 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
2374 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef.get(), src, macGlyphs, srcCount); in onCharsToGlyphs()
2409 return SkToInt(CTFontGetGlyphCount(fFontRef.get())); in onCountGlyphs()