Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp1376 AutoCFRelease<CGPathRef> cgPath(CTFontCreatePathForGlyph(fCTFont, cgGlyph, &xform)); in generatePath() local
1379 if (cgPath != nullptr) { in generatePath()
1380 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement); in generatePath()