Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp395 PolygonVector polygonAbove; in splitPolygonAtAxisValue() local
400 return QPair<PolygonVector, PolygonVector>(polygonBelow, polygonAbove); in splitPolygonAtAxisValue()
432 polygonAbove.append(polygon.at(index)); in splitPolygonAtAxisValue()
435 polygonAbove.append(polygon.at(index)); in splitPolygonAtAxisValue()
443 polygonAbove.append(polygon.at(index)); in splitPolygonAtAxisValue()
452 polygonAbove.append(polygon.at(index)); in splitPolygonAtAxisValue()
473 polygonAbove.append(midPoint); in splitPolygonAtAxisValue()
479 return QPair<PolygonVector, PolygonVector>(polygonBelow, polygonAbove); in splitPolygonAtAxisValue()