Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h125 Convexity getConvexity() const { in getConvexity() function
157 return kConvex_Convexity == this->getConvexity(); in isConvex()
/external/skia/src/gpu/
DGrTestUtils.cpp222 SkASSERT(SkPath::kConvex_Convexity == gPath[i].getConvexity()); in TestPathConvex()
/external/skia/tools/debugger/
DSkObjectParser.cpp155 mPath->append(gConvexityStrings[path.getConvexity()]); in PathToString()
/external/skia/src/core/
DSkPath.cpp263 if (kConvex_Convexity != this->getConvexity()) { in conservativelyContainsRect()
2297 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity() function
2494 if (kConcave_Convexity == state.getConvexity()) { in internalGetConvexity()
2499 fConvexity = state.getConvexity(); in internalGetConvexity()
/external/skia/tests/
DPathTest.cpp1187 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity()); in test_direction()
1351 SkPath::Convexity c = copy.getConvexity(); in check_convexity()
1362 tinyConvexPolygon.getConvexity(); in test_path_crbug389050()
1371 platTriangle.getConvexity(); in test_path_crbug389050()
1379 platTriangle.getConvexity(); in test_path_crbug389050()
1608 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity()); in test_convexity()
3599 REPORTER_ASSERT(reporter, path->getConvexity() == SkPath::kUnknown_Convexity); in test_rrect_convexity_is_unknown()
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp349 SkASSERT(SkPath::kConvex_Convexity == path.getConvexity()); in extractFromPath()
/external/skia/src/utils/
DSkLua.cpp1400 bool isConvex = SkPath::kConvex_Convexity == get_obj<SkPath>(L, 1)->getConvexity(); in lpath_isConvex()