Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp647 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath() local
650 if (!cgPath) { in generatePath()
655 CGPathApply(cgPath.get(), &sink, SkCTPathGeometrySink::ApplyElement); in generatePath()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1477 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath() local
1480 if (!cgPath) { in generatePath()
1484 CGPathApply(cgPath.get(), path, SkScalerContext_Mac::CTPathElement); in generatePath()