Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp111 void allowNear(bool allow) { in allowNear() function in LineQuadraticIntersections
423 q.allowNear(fAllowNear); in intersect()
DSkDConicLineIntersection.cpp33 void allowNear(bool allow) { in allowNear() function in LineConicIntersections
342 c.allowNear(fAllowNear); in intersect()
DSkDCubicLineIntersection.cpp92 void allowNear(bool allow) { in allowNear() function in LineCubicIntersections
416 c.allowNear(fAllowNear); in intersect()
DSkIntersections.h45 void allowNear(bool nearAllowed) { in allowNear() function
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp112 i.allowNear(nearAllowed); in testOne()