Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp275 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(); in generateMetrics() local
281 &cgGlyph, &cgAdvance, 1); in generateMetrics()
299 &cgGlyph, &cgBounds, 1); in generateMetrics()
308 SkUniqueCFRef<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph,nullptr)); in generateMetrics()
448 CGGlyph cgGlyph = SkTo<CGGlyph>(glyph.getGlyphID()); in generateImage() local
455 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, requestSmooth); in generateImage()
646 CGGlyph cgGlyph = SkTo<CGGlyph>(glyph); in generatePath() local
647 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1176 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(); in generateMetrics() local
1182 &cgGlyph, &cgAdvance, 1); in generateMetrics()
1200 &cgGlyph, &cgBounds, 1); in generateMetrics()
1209 SkUniqueCFRef<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph,nullptr)); in generateMetrics()
1353 CGGlyph cgGlyph = SkTo<CGGlyph>(glyph.getGlyphID()); in generateImage() local
1360 CGRGBPixel* cgPixels = fOffscreen.getCG(*this, glyph, cgGlyph, &cgRowBytes, requestSmooth); in generateImage()
1476 CGGlyph cgGlyph = SkTo<CGGlyph>(glyph); in generatePath() local
1477 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath()