Home
last modified time | relevance | path

Searched refs:nearAllowed (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPathOpsLineIntersectionTest.cpp88 const SkIntersections& ts, bool nearAllowed) { in check_results() argument
92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
108 bool nearAllowed) { in testOne() argument
112 i.allowNear(nearAllowed); in testOne()
116 check_results(reporter, line1, line2, i, nearAllowed); in testOne()
125 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
132 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
139 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
146 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
/external/skqp/tests/
DPathOpsLineIntersectionTest.cpp88 const SkIntersections& ts, bool nearAllowed) { in check_results() argument
92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
108 bool nearAllowed) { in testOne() argument
112 i.allowNear(nearAllowed); in testOne()
116 check_results(reporter, line1, line2, i, nearAllowed); in testOne()
125 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
132 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
139 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
146 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
/external/skqp/src/pathops/
DSkIntersections.h46 void allowNear(bool nearAllowed) { in allowNear() argument
47 fAllowNear = nearAllowed; in allowNear()
/external/skia/src/pathops/
DSkIntersections.h46 void allowNear(bool nearAllowed) { in allowNear() argument
47 fAllowNear = nearAllowed; in allowNear()