Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp227 QList<QGeoCoordinate> pathList; in path() local
236 pathList.clear(); // aborting in path()
240 pathList.append(c); in path()
244 return QGeoPath(pathList, width); in path()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp203 QList<QGeoCoordinate> pathList; in setPath() local
214 pathList.append(c); in setPath()
217 if (route_.path() == pathList) in setPath()
220 route_.setPath(pathList); in setPath()
H A Dlocationvaluetypehelper.cpp175 QList<QGeoCoordinate> pathList; in toList() local
186 pathList.append(c); in toList()
189 return pathList; in toList()
H A Dqdeclarativepolygonmapitem.cpp741 QList<QGeoCoordinate> pathList = toList(this, value); in setPath() local
744 if (m_geopoly.path() == pathList) in setPath()
747 m_geopoly.setPath(pathList); in setPath()