Searched refs:IsSimpleRect (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | PathTest.cpp | 2220 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 D | GrStyledShapeTest.cpp | 468 if (SkPathPriv::IsSimpleRect(fPath, false, &rect, &dir, &start)) {
|
/third_party/skia/src/core/ |
H A D | SkPathPriv.h | 103 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
|
H A D | SkPath.cpp | 3129 bool SkPathPriv::IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect, in IsSimpleRect() function in SkPathPriv
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 78 } else if (SkPathPriv::IsSimpleRect(fPath, (flags & kSimpleFill_Flag), &rect, &dir, &start)) { in simplifyPath()
|
Completed in 17 milliseconds