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

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

Completed in 442 milliseconds