Lines Matching refs:fFontRef
448 , fFontRef(fontRef) // caller has already called CFRetain for us in SkTypeface_Mac()
450 , fHasColorGlyphs(SkToBool(CTFontGetSymbolicTraits(fFontRef) & SkCTFontColorGlyphsTrait)) in SkTypeface_Mac()
457 AutoCFRelease<CTFontRef> fFontRef; member in SkTypeface_Mac
499 CTFontRef other = ((SkTypeface_Mac*)cached)->fFontRef; in find_by_CTFontRef()
578 return macface ? macface->fFontRef.get() : nullptr; in SkTypeface_GetCTFontRef()
760 CTFontRef ctFont = typeface->fFontRef.get(); in SkScalerContext_Mac()
1565 CTFontRef originalCTFont = fFontRef.get(); in onGetAdvancedTypefaceMetrics()
1663 CTFontRef ctFont = typeface->fFontRef.get(); in get_font_type_tag()
1806 static bool get_variations(CTFontRef fFontRef, CFIndex* cgAxisCount, in get_variations() argument
1812 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef, nullptr)); in get_variations()
1864 if (get_variations(fFontRef, &cgAxisCount, &axisValues)) { in onCreateFontData()
1874 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef, nullptr)); in onGetUPEM()
1884 CTFontCopyLocalizedName(fFontRef, kCTFontFamilyNameKey, &cfLanguage)); in onCreateFamilyNameIterator()
1916 AutoCFRelease<CFArrayRef> cfArray(CTFontCopyAvailableTables(fFontRef, in onGetTableTags()
1933 AutoCFRelease<CFDataRef> srcData(copyTableFromFont(fFontRef, tag)); in onGetTableData()
2047 get_str(CTFontCopyFamilyName(fFontRef), familyName); in onGetFamilyName()
2054 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr)); in onGetFontDescriptor()
2055 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr)); in onGetFontDescriptor()
2056 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr)); in onGetFontDescriptor()
2113 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef, src, macGlyphs, srcCount); in onCharsToGlyphs()
2148 return SkToInt(CTFontGetGlyphCount(fFontRef)); in onCountGlyphs()