Searched defs:allowNear (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pathops/ | ||
D | SkIntersections.h | 46 void allowNear(bool nearAllowed) { in allowNear() function |
D | SkDQuadLineIntersection.cpp | 112 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections |
D | SkDConicLineIntersection.cpp | 34 void allowNear(bool allow) { in allowNear() function in LineConicIntersections |
D | SkDCubicLineIntersection.cpp | 93 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections |
/external/skqp/src/pathops/ | ||
D | SkIntersections.h | 46 void allowNear(bool nearAllowed) { in allowNear() function |
D | SkDConicLineIntersection.cpp | 34 void allowNear(bool allow) { in allowNear() function in LineConicIntersections |
D | SkDQuadLineIntersection.cpp | 112 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections |
D | SkDCubicLineIntersection.cpp | 93 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections |