Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqclipperutils.cpp62 QList<QDoubleVector2D> QClipperUtils::pathToQList(const Path &path) in pathToQList() function in QClipperUtils
76 res.append(pathToQList(p)); in pathsToQList()
H A Dqclipperutils_p.h77 static QList<QDoubleVector2D> pathToQList(const Path &path);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp781 …m_visibleRegion = QClipperUtils::pathToQList(res[0]); // Intersection between two convex quadrilat… in updateVisibleRegion()
824 …m_projectableRegion = QClipperUtils::pathToQList(resProjectable[0]); // Intersection between two c… in updateVisibleRegion()
847 …m_visibleRegionExpanded = QClipperUtils::pathToQList(resVisibleExpanded[0]); // Intersection betwe… in updateVisibleRegion()