Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp448 , 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()
[all …]