Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqclipperutils_p.h78 static QList<QList<QDoubleVector2D> > pathsToQList(const Paths &paths);
H A Dqclipperutils.cpp71 QList<QList<QDoubleVector2D> > QClipperUtils::pathsToQList(const Paths &paths) in pathsToQList() function in QClipperUtils
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp141 clippedPaths = QClipperUtils::pathsToQList(res); in clipPolygon()
H A Dqdeclarativecirclemapitem.cpp207 clippedPaths = QClipperUtils::pathsToQList(res); in updateScreenPointsInvert()
226 clippedPaths = QClipperUtils::pathsToQList(difference); in updateScreenPointsInvert()
H A Dqdeclarativepolygonmapitem.cpp216 clippedPaths = QClipperUtils::pathsToQList(res); in updateSourcePoints()