Home
last modified time | relevance | path

Searched refs:Convexity (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkPath.h109 enum Convexity { enum
119 Convexity getConvexity() const { in getConvexity()
121 return static_cast<Convexity>(fConvexity); in getConvexity()
133 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; } in getConvexityOrUnknown()
144 void setConvexity(Convexity);
1141 Convexity internalGetConvexity() const;
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/
Dpy_contours_more_functions.markdown8 - Convexity defects and how to find them.
15 ### 1. Convexity Defects
/external/skia/src/core/
DSkPath.cpp699 void SkPath::setConvexity(Convexity c) { in setConvexity()
2262 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity()
2397 SkPath::Convexity fConvexity;
2404 SkPath::Convexity SkPath::internalGetConvexity() const { in internalGetConvexity()
2467 return static_cast<Convexity>(fConvexity); in internalGetConvexity()
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/
Dpy_contour_features.markdown119 6. Checking Convexity
/external/skia/tests/
DPathTest.cpp1191 SkPath::Convexity expected) { in check_convexity()
1193 SkPath::Convexity c = copy.getConvexity(); in check_convexity()
1418 SkPath::Convexity fExpectedConvexity; in test_convexity()