Home
last modified time | relevance | path

Searched defs:getConvexity (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/include/core/
DSkPath.h226 Convexity getConvexity() const { in getConvexity() function
/third_party/skia/src/core/
DSkPath.cpp579 SkPathConvexity SkPath::getConvexity() const { in getConvexity() function in SkPath
/third_party/flutter/skia/src/core/
DSkPath.cpp2340 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity() function