Searched refs:cgPath (Results 1 – 3 of 3) sorted by relevance
1408 CGPathRef cgPath = CTFontCreatePathForGlyph(font, cgGlyph, NULL); in generatePath() local1411 if (cgPath != NULL) { in generatePath()1412 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement); in generatePath()1413 CFRelease(cgPath); in generatePath()
1267 AutoCFRelease<CGPathRef> cgPath(CTFontCreatePathForGlyph(font, cgGlyph, NULL)); in generatePath() local1270 if (cgPath != NULL) { in generatePath()1271 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement); in generatePath()
2159 (KCanvasPathQuartz::cgPath): updated to KCanvasPath*