Searched refs:IsSimpleRect (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
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() 2245 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect() 2246 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect() 2249 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect() 2250 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect() 2253 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect() 2254 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect() 2272 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, false, &r, &d, &s)); in test_is_closed_rect() 2273 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleRect(path2, true, &r, &d, &s)); in test_is_closed_rect() [all …]
|
D | GrStyledShapeTest.cpp | 468 if (SkPathPriv::IsSimpleRect(fPath, false, &rect, &dir, &start)) { in strokeAndFillIsConvertedToFill()
|
/external/skia/src/core/ |
D | SkPathPriv.h | 102 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
|
D | SkPath.cpp | 3063 bool SkPathPriv::IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect, in IsSimpleRect() function in SkPathPriv
|
/external/skia/src/gpu/geometry/ |
D | GrShape.cpp | 78 } else if (SkPathPriv::IsSimpleRect(fPath, (flags & kSimpleFill_Flag), &rect, &dir, &start)) { in simplifyPath()
|