Home
last modified time | relevance | path

Searched refs:fCTFont (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp144 fCTFont = SkCTFontCreateExactCopy(ctFont, textSize, in SkScalerContext_Mac()
146 fCGFont.reset(CTFontCopyGraphicsFont(fCTFont.get(), nullptr)); in SkScalerContext_Mac()
261 CTFontDrawGlyphs(context.fCTFont.get(), &glyphID, &point, 1, fCG.get()); in getCG()
280 CTFontGetAdvancesForGlyphs(fCTFont.get(), kCTFontOrientationHorizontal, in generateMetrics()
298 CTFontGetBoundingRectsForGlyphs(fCTFont.get(), kCTFontOrientationHorizontal, in generateMetrics()
308 SkUniqueCFRef<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph,nullptr)); in generateMetrics()
647 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath()
670 CGRect theBounds = CTFontGetBoundingBox(fCTFont.get()); in generateFontMetrics()
673 metrics->fAscent = SkScalarFromCGFloat(-CTFontGetAscent(fCTFont.get())); in generateFontMetrics()
674 metrics->fDescent = SkScalarFromCGFloat( CTFontGetDescent(fCTFont in generateFontMetrics()
[all...]
H A DSkScalerContext_mac_ct.h83 /** Unrotated variant of fCTFont.
101 SkUniqueCFRef<CTFontRef> fCTFont; member in SkScalerContext_Mac

Completed in 2 milliseconds