Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp426 int nextComp = comparisons[nextIndex]; in splitPolygonAtAxisValue() local
431 if (nextComp == 1) { in splitPolygonAtAxisValue()
436 if (nextComp == -1) { in splitPolygonAtAxisValue()
440 if (nextComp == -1) { in splitPolygonAtAxisValue()
442 } else if (nextComp == 1) { in splitPolygonAtAxisValue()
444 } else if (nextComp == 0) { in splitPolygonAtAxisValue()
459 if ((nextComp != 0) && (nextComp != comp)) { in splitPolygonAtAxisValue()