Searched refs:secondContained (Results 1 – 1 of 1) sorted by relevance
182 …const int secondContained = c2t::clip2tri::pointInPolygon(toIntPoint(l.at(i+1).x(), l.at(i+1).y())… in clipLine() local184 …if (firstContained && secondContained) { // Second most common condition, test early and skip inne… in clipLine()227 if (!firstContained && !secondContained) { // Both outside in clipLine()229 } else if (firstContained && secondContained) { in clipLine()237 if (firstContained <= 0 && secondContained > 0) { // subLine MUST be empty in clipLine()241 } else if (firstContained > 0 && secondContained <= 0) { // subLine MUST NOT be empty in clipLine()