Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp1009 CGGlyph cgGlyph[2]; in generateCharToGlyph() local
1019 CTFontGetGlyphsForCharacters(fCTFont, theChar, cgGlyph, numUniChar); in generateCharToGlyph()
1020 return cgGlyph[0]; in generateCharToGlyph()
1030 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(); in generateMetrics() local
1037 &cgGlyph, &cgAdvance, 1); in generateMetrics()
1043 &cgGlyph, &cgAdvance, 1); in generateMetrics()
1075 (cgGlyph < fGlyphCount && cgGlyph >= getFBoundingBoxesGlyphOffset() && generateBBoxes())) in generateMetrics()
1077 const GlyphRect& gRect = fFBoundingBoxes[cgGlyph - fFBoundingBoxesGlyphOffset]; in generateMetrics()
1089 &cgGlyph, &cgBounds, 1); in generateMetrics()
1098 AutoCFRelease<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont, cgGlyph, nullptr)); in generateMetrics()
[all …]