Home
last modified time | relevance | path

Searched defs:isConvex (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/include/core/
DSkPath.h261 bool isConvex() const { in isConvex() function
/third_party/skia/include/core/
DSkPath.h228 bool isConvex() const { in isConvex() function
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp883 bool GrAAConvexTessellator::Ring::isConvex(const GrAAConvexTessellator& tess) const { in isConvex() function in GrAAConvexTessellator::Ring
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp892 bool GrAAConvexTessellator::Ring::isConvex(const GrAAConvexTessellator& tess) const { in isConvex() function in GrAAConvexTessellator::Ring
/third_party/flutter/skia/src/utils/
DSkLua.cpp1313 bool isConvex = SkPath::kConvex_Convexity == get_obj<SkPath>(L, 1)->getConvexity(); in lpath_isConvex() local
/third_party/flutter/skia/tests/
DPathTest.cpp1337 bool isConvex = SkPathPriv::IsConvex(&points.front() + skip, points.size() - skip); in check_convexity() local