Searched defs:allowNear (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp104 void allowNear(bool allow) { function in class:LineQuadraticIntersections
370 q.allowNear(fAllowNear);
H A DSkDCubicLineIntersection.cpp92 void allowNear(bool allow) { function in class:LineCubicIntersections
392 c.allowNear(fAllowNear);
H A DSkIntersections.h42 void allowNear(bool nearAllowed) { function in class:SkIntersections
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp104 void allowNear(bool allow) { function in class:LineQuadraticIntersections
370 q.allowNear(fAllowNear);
H A DSkDCubicLineIntersection.cpp92 void allowNear(bool allow) { function in class:LineCubicIntersections
392 c.allowNear(fAllowNear);
H A DSkIntersections.h42 void allowNear(bool nearAllowed) { function in class:SkIntersections

Completed in 117 milliseconds