Home
last modified time | relevance | path

Searched defs:growForVerbsInPath (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/include/private/
H A DSkPathRef.h134 std::tuple<SkPoint*, SkScalar*> growForVerbsInPath(const SkPathRef& path) { in growForVerbsInPath() function
/aosp_15_r20/external/skia/src/core/
H A DSkPathRef.cpp313 std::tuple<SkPoint*, SkScalar*> SkPathRef::growForVerbsInPath(const SkPathRef& path) { in growForVerbsInPath() function in SkPathRef