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

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

Completed in 91 milliseconds