Home
last modified time | relevance | path

Searched refs:IsClosedSingleContour (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DIsClosedSingleContourTest.cpp12 REPORTER_ASSERT(reporter, !SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
15 REPORTER_ASSERT(reporter, !SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
19 REPORTER_ASSERT(reporter, SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
24 REPORTER_ASSERT(reporter, SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
32 REPORTER_ASSERT(reporter, SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
37 REPORTER_ASSERT(reporter, !SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
44 REPORTER_ASSERT(reporter, !SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
51 REPORTER_ASSERT(reporter, !SkPathPriv::IsClosedSingleContour(p.detach())); in DEF_TEST()
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp57 case Type::kPath: return SkPathPriv::IsClosedSingleContour(fPath); in closed()
/third_party/skia/src/core/
H A DSkPathPriv.h55 static bool IsClosedSingleContour(const SkPath& path) { in IsClosedSingleContour() function in SkPathPriv
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp333 return SkPathPriv::IsClosedSingleContour(fPath); in closed()

Completed in 2 milliseconds