Home
last modified time | relevance | path

Searched refs:allowNear (Results 1 - 5 of 5) sorted by relevance

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

Completed in 6 milliseconds