Home
last modified time | relevance | path

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

/external/skia/fuzz/
DFuzzPolyUtils.cpp35 bool isConvex = SkIsConvexPolygon(polygon, count); in DEF_FUZZ() local
/external/skia/include/core/
DSkPath.h228 bool isConvex() const { in isConvex() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java184 protected boolean isConvex() { in isConvex() method in ShadowLegacyPath
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java240 protected boolean isConvex() { in isConvex() method in ShadowPath
/external/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp902 bool GrAAConvexTessellator::Ring::isConvex(const GrAAConvexTessellator& tess) const { in isConvex() function in GrAAConvexTessellator::Ring