Home
last modified time | relevance | path

Searched refs:IsSimpleRect (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DPathTest.cpp2220 REPORTER_ASSERT(reporter, SkPathPriv::IsSimpleRect(path, false, &r, &d, &s) == isClosed); in check_simple_rect()
2221 REPORTER_ASSERT(reporter, SkPathPriv::IsSimpleRect(path, true, &r, &d, &s)); in check_simple_rect()
2244 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect()
2245 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect()
2248 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect()
2249 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect()
2252 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect()
2253 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect()
2271 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect()
2272 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path in test_is_closed_rect()
[all...]
H A DGrStyledShapeTest.cpp468 if (SkPathPriv::IsSimpleRect(fPath, false, &rect, &dir, &start)) {
/third_party/skia/src/core/
H A DSkPathPriv.h103 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
H A DSkPath.cpp3129 bool SkPathPriv::IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect, in IsSimpleRect() function in SkPathPriv
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp78 } else if (SkPathPriv::IsSimpleRect(fPath, (flags & kSimpleFill_Flag), &rect, &dir, &start)) { in simplifyPath()

Completed in 17 milliseconds