Searched defs:mayNotOverlap (Results 1 - 2 of 2) sorted by last modified time

/external/skia/experimental/Intersection/
H A DLineIntersection.cpp59 bool mayNotOverlap = (numerA < 0 && denom > numerA) || (numerA > 0 && denom < numerA) local
66 if (mayNotOverlap) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineIntersection.cpp59 bool mayNotOverlap = (numerA < 0 && denom > numerA) || (numerA > 0 && denom < numerA) local
66 if (mayNotOverlap) {

Completed in 73 milliseconds