Home
last modified time | relevance | path

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

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