Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPath.h235 Convexity getConvexity() const { in getConvexity() function
/external/skqp/src/core/
DSkPath.cpp2353 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity() function
/external/skia/src/core/
DSkPath.cpp577 SkPathConvexity SkPath::getConvexity() const { in getConvexity() function in SkPath