Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp394 PolygonVector polygonBelow; in splitPolygonAtAxisValue() local
400 return QPair<PolygonVector, PolygonVector>(polygonBelow, polygonAbove); in splitPolygonAtAxisValue()
430 polygonBelow.append(polygon.at(index)); in splitPolygonAtAxisValue()
437 polygonBelow.append(polygon.at(index)); in splitPolygonAtAxisValue()
441 polygonBelow.append(polygon.at(index)); in splitPolygonAtAxisValue()
450 polygonBelow.append(polygon.at(index)); in splitPolygonAtAxisValue()
472 polygonBelow.append(midPoint); in splitPolygonAtAxisValue()
479 return QPair<PolygonVector, PolygonVector>(polygonBelow, polygonAbove); in splitPolygonAtAxisValue()