Searched refs:allowNear (Results 1 - 5 of 5) sorted by relevance
/external/skia/src/pathops/ | ||
H A D | SkDConicLineIntersection.cpp | 33 void allowNear(bool allow) { function in class:LineConicIntersections 342 c.allowNear(fAllowNear); |
H A D | SkDCubicLineIntersection.cpp | 92 void allowNear(bool allow) { function in class:LineCubicIntersections 416 c.allowNear(fAllowNear); |
H A D | SkDQuadLineIntersection.cpp | 111 void allowNear(bool allow) { function in class:LineQuadraticIntersections 423 q.allowNear(fAllowNear); |
H A D | SkIntersections.h | 45 void allowNear(bool nearAllowed) { function in class:SkIntersections |
/external/skia/tests/ | ||
H A D | PathOpsLineIntersectionTest.cpp | 112 i.allowNear(nearAllowed); |
Completed in 91 milliseconds