Searched refs:allowNear (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ | ||
D | SkConicLineIntersection.cpp | 21 void allowNear(bool allow) { in allowNear() function in LineConicIntersections |
D | SkDQuadLineIntersection.cpp | 111 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections |
D | SkDCubicLineIntersection.cpp | 92 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections |
D | SkDConicLineIntersection.cpp | 33 void allowNear(bool allow) { in allowNear() function in LineConicIntersections |
D | SkIntersections.h | 42 void allowNear(bool nearAllowed) { in allowNear() function |
/external/skia/tests/ | ||
D | PathOpsLineIntersectionTest.cpp | 112 i.allowNear(nearAllowed); in testOne() |