Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp544 for (QGeoCoordinate &holeVertex: hole){ in translatePoly()
545 holeVertex.setLatitude(holeVertex.latitude() + degreesLatitude); in translatePoly()
546holeVertex.setLongitude(QLocationUtils::wrapLong(holeVertex.longitude() + degreesLongitude)); in translatePoly()
579 for (const QGeoCoordinate &holeVertex: holePath) in addHole() local
580 if (!holeVertex.isValid()) in addHole()