Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_mac_ct.h60 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize,
DSkTypeface_mac_ct.cpp179 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize, in SkCTFontCreateExactCopy() function
548 SkCTFontCreateExactCopy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), in getGlyphToUnicodeMap()
557 SkCTFontCreateExactCopy(fFontRef.get(), CTFontGetUnitsPerEm(fFontRef.get()), in onGetAdvancedMetrics()
DSkScalerContext_mac_ct.cpp144 fCTFont = SkCTFontCreateExactCopy(ctFont, textSize, in SkScalerContext_Mac()