Searched refs:fCTFont (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 708 AutoCFRelease<CTFontRef> fCTFont; member in SkScalerContext_Mac 777 fCTFont.reset(ctfont_create_exact_copy(ctFont, textSize, nullptr)); in SkScalerContext_Mac() 778 fCGFont.reset(CTFontCopyGraphicsFont(fCTFont, nullptr)); in SkScalerContext_Mac() 878 CGContextSetFontSize(fCG, CTFontGetSize(context.fCTFont)); in getCG() 925 ctFontDrawGlyphs(context.fCTFont, &glyphID, &point, 1, fCG); in getCG() 936 CTFontGetVerticalTranslationsForGlyphs(fCTFont, &glyphID, &cgVertOffset, 1); in getVerticalOffset() 1019 CTFontGetGlyphsForCharacters(fCTFont, theChar, cgGlyph, numUniChar); in generateCharToGlyph() 1036 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontVerticalOrientation, in generateMetrics() 1042 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontHorizontalOrientation, in generateMetrics() 1088 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontHorizontalOrientation, in generateMetrics() [all …]
|