Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp533 PolygonVector rightPart = splitPolygonAtAxisValue(results, 0, side).second; in clipFootprintToMap() local
534 addXOffset(rightPart, -side); in clipFootprintToMap()
535rightPart = splitPolygonAtAxisValue(rightPart, 0, side).first; // clip it again, should it tend to… in clipFootprintToMap()
543 return ClippedFootprint(leftPart, results, rightPart); in clipFootprintToMap()