/external/skia/src/pathops/ |
D | SkOpBuilder.cpp | 46 if (one_contour(*path) && SkPathPriv::CheapComputeFirstDirection(*path, &dir)) { in FixWinding() 140 if (!SkPathPriv::CheapComputeFirstDirection(*test, &dir)) { in resolve()
|
/external/skqp/src/pathops/ |
D | SkOpBuilder.cpp | 46 if (one_contour(*path) && SkPathPriv::CheapComputeFirstDirection(*path, &dir)) { in FixWinding() 140 if (!SkPathPriv::CheapComputeFirstDirection(*test, &dir)) { in resolve()
|
/external/skqp/src/core/ |
D | SkPathPriv.h | 58 static bool CheapComputeFirstDirection(const SkPath&, FirstDirection* dir); 68 (void)CheapComputeFirstDirection(path, &computedDir); in CheapIsFirstDirection()
|
D | SkRecords.cpp | 17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk); in PreCachedPath()
|
D | SkPath.cpp | 301 if (!SkPathPriv::CheapComputeFirstDirection(*this, &direction)) { in conservativelyContainsRect() 3080 bool SkPathPriv::CheapComputeFirstDirection(const SkPath& path, FirstDirection* dir) { in CheapComputeFirstDirection() function in SkPathPriv
|
/external/skia/src/core/ |
D | SkPathPriv.h | 58 static bool CheapComputeFirstDirection(const SkPath&, FirstDirection* dir); 68 (void)CheapComputeFirstDirection(path, &computedDir); in CheapIsFirstDirection()
|
D | SkRecords.cpp | 17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk); in PreCachedPath()
|
D | SkPath.cpp | 301 if (!SkPathPriv::CheapComputeFirstDirection(*this, &direction)) { in conservativelyContainsRect() 3080 bool SkPathPriv::CheapComputeFirstDirection(const SkPath& path, FirstDirection* dir) { in CheapComputeFirstDirection() function in SkPathPriv
|
/external/skqp/gm/ |
D | strokefill.cpp | 293 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path2, nullptr)); 319 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path4, nullptr)); 328 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path4, nullptr));
|
D | convex_all_line_paths.cpp | 254 SkASSERT(SkPathPriv::CheapComputeFirstDirection(path, &actualDir)); in GetPath()
|
/external/skia/gm/ |
D | strokefill.cpp | 293 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path2, nullptr)); 319 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path4, nullptr)); 328 SkASSERT(!SkPathPriv::CheapComputeFirstDirection(path4, nullptr));
|
D | convex_all_line_paths.cpp | 254 SkASSERT(SkPathPriv::CheapComputeFirstDirection(path, &actualDir)); in GetPath()
|
/external/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 105 if (!SkPathPriv::CheapComputeFirstDirection(path, &dir)) { in Make()
|
/external/skqp/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 104 if (!SkPathPriv::CheapComputeFirstDirection(path, &dir)) { in Make()
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 224 if (!SkPathPriv::CheapComputeFirstDirection(path, dir)) { in get_direction()
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 223 if (!SkPathPriv::CheapComputeFirstDirection(path, dir)) { in get_direction()
|
/external/skia/tests/ |
D | PathTest.cpp | 1067 if (SkPathPriv::CheapComputeFirstDirection(copy, &dir)) { in check_direction() 1077 REPORTER_ASSERT(reporter, !SkPathPriv::CheapComputeFirstDirection(path, nullptr)); in test_direction() 1094 REPORTER_ASSERT(reporter, !SkPathPriv::CheapComputeFirstDirection(path, nullptr)); in test_direction() 1621 bool foundDir = SkPathPriv::CheapComputeFirstDirection(copy, &dir); in test_convexity() 2155 … REPORTER_ASSERT(reporter, SkPathPriv::CheapComputeFirstDirection(path, &cheapDirection)); in test_isRect()
|
/external/skqp/tests/ |
D | PathTest.cpp | 1067 if (SkPathPriv::CheapComputeFirstDirection(copy, &dir)) { in check_direction() 1077 REPORTER_ASSERT(reporter, !SkPathPriv::CheapComputeFirstDirection(path, nullptr)); in test_direction() 1094 REPORTER_ASSERT(reporter, !SkPathPriv::CheapComputeFirstDirection(path, nullptr)); in test_direction() 1621 bool foundDir = SkPathPriv::CheapComputeFirstDirection(copy, &dir); in test_convexity() 2155 … REPORTER_ASSERT(reporter, SkPathPriv::CheapComputeFirstDirection(path, &cheapDirection)); in test_isRect()
|