Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp1408 CGPathRef cgPath = CTFontCreatePathForGlyph(font, cgGlyph, NULL); in generatePath() local
1411 if (cgPath != NULL) { in generatePath()
1412 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement); in generatePath()
1413 CFRelease(cgPath); in generatePath()
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp1267 AutoCFRelease<CGPathRef> cgPath(CTFontCreatePathForGlyph(font, cgGlyph, NULL)); in generatePath() local
1270 if (cgPath != NULL) { in generatePath()
1271 CGPathApply(cgPath, path, SkScalerContext_Mac::CTPathElement); in generatePath()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-192159 (KCanvasPathQuartz::cgPath): updated to KCanvasPath*