Searched refs:fCTFont (Results 1 – 2 of 2) sorted by relevance
/external/skia/legacy/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 605 CTFontRef fCTFont; member in SkScalerContext_Mac 670 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, in SkScalerContext_Mac() 673 fCGFont = CTFontCopyGraphicsFont(fCTFont, NULL); in SkScalerContext_Mac() 694 CFSafeRelease(fCTFont); in ~SkScalerContext_Mac() 940 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1)) in generateCharToGlyph() 967 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation, in generateMetrics() 973 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation, in generateMetrics() 975 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontDefaultOrientation, in generateMetrics() 985 CGPathRef path = CTFontCreatePathForGlyph(fCTFont, cgGlyph, NULL); in generateMetrics() 1371 CTFontRef font = fCTFont; in generatePath() [all …]
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 629 AutoCFRelease<CTFontRef> fCTFont; member in SkScalerContext_Mac 691 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, ctFontDesc); in SkScalerContext_Mac() 692 fCGFont = CTFontCopyGraphicsFont(fCTFont, NULL); in SkScalerContext_Mac() 910 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1)) { in generateCharToGlyph() 937 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation, in generateMetrics() 943 CTFontGetBoundingRectsForGlyphs(fCTFont, kCTFontDefaultOrientation, in generateMetrics() 945 CTFontGetAdvancesForGlyphs(fCTFont, kCTFontDefaultOrientation, in generateMetrics() 955 AutoCFRelease<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont, cgGlyph, NULL)); in generateMetrics() 1230 CTFontRef font = fCTFont; in generatePath() 1263 font = CTFontCreateCopyWithAttributes(fCTFont, 1, &xform, NULL); in generatePath() [all …]
|