Home
last modified time | relevance | path

Searched refs:allowNear (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/pathops/
DSkDQuadLineIntersection.cpp112 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections
439 q.allowNear(fAllowNear); in intersect()
DSkDConicLineIntersection.cpp34 void allowNear(bool allow) { in allowNear() function in LineConicIntersections
363 c.allowNear(fAllowNear); in intersect()
DSkDCubicLineIntersection.cpp93 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections
434 c.allowNear(fAllowNear); in intersect()
DSkIntersections.h46 void allowNear(bool nearAllowed) { in allowNear() function
/third_party/flutter/skia/src/pathops/
DSkDQuadLineIntersection.cpp112 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections
439 q.allowNear(fAllowNear); in intersect()
DSkDConicLineIntersection.cpp34 void allowNear(bool allow) { in allowNear() function in LineConicIntersections
363 c.allowNear(fAllowNear); in intersect()
DSkDCubicLineIntersection.cpp93 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections
434 c.allowNear(fAllowNear); in intersect()
DSkIntersections.h46 void allowNear(bool nearAllowed) { in allowNear() function
/third_party/flutter/skia/tests/
DPathOpsLineIntersectionTest.cpp112 i.allowNear(nearAllowed); in testOne()
/third_party/skia/tests/
DPathOpsLineIntersectionTest.cpp112 i.allowNear(nearAllowed); in testOne()