Searched refs:allowNear (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/pathops/ | ||
H A D | SkDCubicLineIntersection.cpp | 93 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections 434 c.allowNear(fAllowNear); in intersect() |
H A D | SkDQuadLineIntersection.cpp | 112 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections 439 q.allowNear(fAllowNear); in intersect() |
H A D | SkDConicLineIntersection.cpp | 34 void allowNear(bool allow) { in allowNear() function in LineConicIntersections 363 c.allowNear(fAllowNear); in intersect() |
H A D | SkIntersections.h | 46 void allowNear(bool nearAllowed) { in allowNear() function in SkIntersections |
/third_party/skia/tests/ | ||
H A D | PathOpsLineIntersectionTest.cpp | 112 i.allowNear(nearAllowed); in testOne() |
Completed in 6 milliseconds