Home
last modified time | relevance | path

Searched refs:getConvexity (Results 1 – 13 of 13) sorted by relevance

/external/skia/docs/examples/
DPath_Convexity.cpp16 canvas->drawString(labels[(int) path.getConvexity()], 30, 100, paint);
/external/skqp/include/core/
DSkPath.h235 Convexity getConvexity() const { in getConvexity() function
272 return kConvex_Convexity == this->getConvexity(); in isConvex()
/external/skia/include/core/
DSkPath.h229 return SkPathConvexity::kConvex == this->getConvexity(); in isConvex()
1853 SkPathConvexity getConvexity() const;
/external/skia/src/core/
DSkPathPriv.h394 return path.getConvexity(); in GetConvexity()
DSkPath.cpp577 SkPathConvexity SkPath::getConvexity() const { in getConvexity() function in SkPath
/external/skqp/src/gpu/
DGrTestUtils.cpp233 SkASSERT(SkPath::kConvex_Convexity == gPath[i].getConvexity()); in TestPathConvex()
/external/skqp/docs/
DSkPath_Reference.bmh370 SkDebugf("convexity %c=\n", one.getConvexity() == two.getConvexity() ? '=' : '!');
730 canvas->drawString(labels[(int) path.getConvexity()], 30, 100, paint);
736 #SeeAlso Contour Direction getConvexity getConvexityOrUnknown setConvexity isConvex
740 #Method Convexity getConvexity() const
750 SkPath::kUnknown_Convexity == path.getConvexity() ? "unknown" :
751 SkPath::kConvex_Convexity == path.getConvexity() ? "convex" : "concave"); };
777 Convexity is unknown unless getConvexity is called without a subsequent call
789 path.getConvexity();
793 path.getConvexity();
798 #SeeAlso Convexity Contour Direction getConvexity setConvexity isConvex
[all …]
/external/skqp/tests/
DPathTest.cpp1158 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity()); in test_direction()
1322 SkPath::Convexity c = copy.getConvexity(); in check_convexity()
1350 tinyConvexPolygon.getConvexity(); in test_path_crbug389050()
1367 platTriangle.getConvexity(); in test_path_crbug389050()
1375 platTriangle.getConvexity(); in test_path_crbug389050()
1627 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity()); in test_convexity()
1701 SkPath::Convexity c = copy.getConvexity(); in test_convexity()
1736 SkPath::Convexity c = copy.getConvexity(); in test_convexity()
3616 REPORTER_ASSERT(reporter, path->getConvexity() == SkPath::kConvex_Convexity); in test_rrect_convexity_is_unknown()
3715 REPORTER_ASSERT(reporter, p.getConvexity() == SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_arc()
[all …]
/external/skqp/src/core/
DSkPath.cpp296 if (kConvex_Convexity != this->getConvexity()) { in conservativelyContainsRect()
2353 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity() function
2562 if (kConcave_Convexity == state.getConvexity()) { in internalGetConvexity()
2567 this->setConvexity(state.getConvexity()); in internalGetConvexity()
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp372 SkASSERT(SkPath::kConvex_Convexity == path.getConvexity()); in extractFromPath()
/external/skqp/site/user/api/
DSkPath_Reference.md44 … <a href='#SkPath_Convexity'>Convexity</a> <a href='#SkPath_getConvexity'>getConvexity</a>() const;
951 …href='#SkPath_Direction'>Direction</a> <a href='#SkPath_getConvexity'>getConvexity</a> <a href='#S…
958 <a href='#SkPath_Convexity'>Convexity</a> <a href='#SkPath_getConvexity'>getConvexity</a>()const
994 …exity'>Convexity</a> is unknown unless <a href='#SkPath_getConvexity'>getConvexity</a> is called w…
1000 …href='#SkPath_Direction'>Direction</a> <a href='#SkPath_getConvexity'>getConvexity</a> <a href='#S…
1010 …ty</a> so that it is later returned by <a href='#SkPath_getConvexity'>getConvexity</a>() or <a hre…
1011 …nvexity'>convexity</a> may differ from <a href='#SkPath_getConvexity'>getConvexity</a>(), although…
1014 …_kUnknown_Convexity'>kUnknown_Convexity</a>: <a href='#SkPath_getConvexity'>getConvexity</a>() will
1017 …kPath_kConcave_Convexity'>kConcave_Convexity</a>, <a href='#SkPath_getConvexity'>getConvexity</a>()
1034 …href='#SkPath_Direction'>Direction</a> <a href='#SkPath_getConvexity'>getConvexity</a> <a href='#S…
[all …]
/external/skqp/src/utils/
DSkLua.cpp1314 bool isConvex = SkPath::kConvex_Convexity == get_obj<SkPath>(L, 1)->getConvexity(); in lpath_isConvex()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2583 Convexity getConvexity() const;