Home
last modified time | relevance | path

Searched refs:growForVerbsInPath (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/private/
H A DSkPathRef.h137 std::tuple<SkPoint*, SkScalar*> growForVerbsInPath(const SkPathRef& path) { in growForVerbsInPath() function in final::Editor
138 return fPathRef->growForVerbsInPath(path); in growForVerbsInPath()
461 std::tuple<SkPoint*, SkScalar*> growForVerbsInPath(const SkPathRef& path);
/third_party/skia/src/core/
H A DSkPathRef.cpp340 std::tuple<SkPoint*, SkScalar*> SkPathRef::growForVerbsInPath(const SkPathRef& path) {
H A DSkPath.cpp1390 auto [newPts, newWeights] = ed.growForVerbsInPath(*src->fPathRef); in addPath()

Completed in 8 milliseconds