Home
last modified time | relevance | path

Searched refs:secondContained (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp182 …const int secondContained = c2t::clip2tri::pointInPolygon(toIntPoint(l.at(i+1).x(), l.at(i+1).y())… in clipLine() local
184 …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()