Searched refs:holeVertex (Results 1 – 1 of 1) sorted by relevance
544 for (QGeoCoordinate &holeVertex: hole){ in translatePoly()545 holeVertex.setLatitude(holeVertex.latitude() + degreesLatitude); in translatePoly()546 … holeVertex.setLongitude(QLocationUtils::wrapLong(holeVertex.longitude() + degreesLongitude)); in translatePoly()579 for (const QGeoCoordinate &holeVertex: holePath) in addHole() local580 if (!holeVertex.isValid()) in addHole()