Home | History | Annotate | Download | only in ports

Lines Matching refs:cgPath

1408     CGPathRef cgPath  = CTFontCreatePathForGlyph(font, cgGlyph, NULL);
1411 if (cgPath != NULL) {
1412 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement);
1413 CFRelease(cgPath);