Searched defs:cubicPath (Results 1 – 3 of 3) sorted by relevance
167 void CubicPathToQuads(const SkPath& cubicPath, SkPath* quadPath) { in CubicPathToQuads()204 void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath) { in CubicPathToSimple()
77 SkPath cubicPath(SkPoint p1, SkPoint p2) { in cubicPath() function in OverstrokeView
165 SkPath cubicPath; in onDrawContent() local