Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkDQuadLineIntersection.cpp101 , fAllowNear(true) { in LineQuadraticIntersections()
109 SkDEBUGPARAMS(fAllowNear(false)) { in LineQuadraticIntersections()
113 fAllowNear = allow; in allowNear()
171 if (fAllowNear) { in intersect()
200 if (fAllowNear) { in horizontalIntersect()
256 if (fAllowNear) { in verticalIntersect()
420 bool fAllowNear; member in LineQuadraticIntersections
439 q.allowNear(fAllowNear); in intersect()
DSkDConicLineIntersection.cpp23 , fAllowNear(true) { in LineConicIntersections()
31 SkDEBUGPARAMS(fAllowNear(false)) { in LineConicIntersections()
35 fAllowNear = allow; in allowNear()
74 if (fAllowNear) { in horizontalIntersect()
99 if (fAllowNear) { in intersect()
152 if (fAllowNear) { in verticalIntersect()
344 bool fAllowNear; member in LineConicIntersections
363 c.allowNear(fAllowNear); in intersect()
DSkDCubicLineIntersection.cpp89 , fAllowNear(true) { in LineCubicIntersections()
94 fAllowNear = allow; in allowNear()
150 if (fAllowNear) { in intersect()
186 if (fAllowNear) { in horizontalIntersect()
249 if (fAllowNear) { in verticalIntersect()
415 bool fAllowNear; member in LineCubicIntersections
434 c.allowNear(fAllowNear); in intersect()
DSkDLineIntersection.cpp113 bool unparallel = fAllowNear ? NotAlmostEqualUlps_Pin(axByLen, ayBxLen) in intersect()
133 if (fAllowNear || !unparallel) { in intersect()
241 if (fAllowNear || result == 2) { in horizontal()
319 if (fAllowNear || result == 2) { in vertical()
DSkIntersections.h47 fAllowNear = nearAllowed; in allowNear()
193 fAllowNear = true; in reset()
322 bool fAllowNear; variable