Searched refs:cgPath (Results 1 – 2 of 2) sorted by relevance
647 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath() local650 if (!cgPath) { in generatePath()655 CGPathApply(cgPath.get(), &sink, SkCTPathGeometrySink::ApplyElement); in generatePath()
1477 SkUniqueCFRef<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph, &xform)); in generatePath() local1480 if (!cgPath) { in generatePath()1484 CGPathApply(cgPath.get(), path, SkScalerContext_Mac::CTPathElement); in generatePath()