Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp131 …, const QGeoProjectionWebMercator &p, QList<QList<QDoubleVector2D> > &clippedPaths, QDoubleVector2… in clipPolygon() argument
134 clippedPaths.clear(); in clipPolygon()
141 clippedPaths = QClipperUtils::pathsToQList(res); in clipPolygon()
146 for (const QList<QDoubleVector2D> &path: clippedPaths) in clipPolygon()
163 clippedPaths.append(wrappedPath); in clipPolygon()
H A Dqdeclarativecirclemapitem.cpp199 QList<QList<QDoubleVector2D> > clippedPaths; in updateScreenPointsInvert() local
207 clippedPaths = QClipperUtils::pathsToQList(res); in updateScreenPointsInvert()
211 for (const QList<QDoubleVector2D> &path: clippedPaths) { in updateScreenPointsInvert()
226 clippedPaths = QClipperUtils::pathsToQList(difference); in updateScreenPointsInvert()
233 for (const QList<QDoubleVector2D> &path: clippedPaths) { in updateScreenPointsInvert()
H A Dqdeclarativepolylinemapitem.cpp440 QList<QList<QDoubleVector2D> > clippedPaths; in clipPath() local
443 clippedPaths = clipLine(wrappedPath, visibleRegion); in clipPath()
447 for (const QList<QDoubleVector2D> &path: clippedPaths) { in clipPath()
466 clippedPaths.append(wrappedPath); in clipPath()
470 m_clippedPaths = clippedPaths; in clipPath()
473 return clippedPaths; in clipPath()
477 const QList<QList<QDoubleVector2D> > &clippedPaths, in pathToScreen()
488 for (const QList<QDoubleVector2D> &path: clippedPaths) { in pathToScreen()
544 const QList<QList<QDoubleVector2D> > &clippedPaths = clipPath(map, path, leftBoundWrapped); in updateSourcePoints() local
547 pathToScreen(map, clippedPaths, leftBoundWrapped); in updateSourcePoints()
H A Dqdeclarativecirclemapitem_p_p.h219 …QList<QList<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*m_circle.map(), closedPa… in updatePolish() local
220 if (clippedPaths.size()) { in updatePolish()
222 … m_borderGeometry.pathToScreen(*m_circle.map(), clippedPaths, borderLeftBoundWrapped); in updatePolish()
H A Dqdeclarativerectanglemapitem_p_p.h165 …QList<QList<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*m_rect.map(), closedPath… in updatePolish() local
166 if (clippedPaths.size()) { in updatePolish()
168 m_borderGeometry.pathToScreen(*m_rect.map(), clippedPaths, borderLeftBoundWrapped); in updatePolish()
H A Dqdeclarativepolygonmapitem.cpp209 QList<QList<QDoubleVector2D> > clippedPaths; in updateSourcePoints() local
216 clippedPaths = QClipperUtils::pathsToQList(res); in updateSourcePoints()
220 for (const QList<QDoubleVector2D> &path: clippedPaths) in updateSourcePoints()
235 clippedPaths.append(wrappedPath); in updateSourcePoints()
240 for (const QList<QDoubleVector2D> &path: clippedPaths) { in updateSourcePoints()
H A Dqdeclarativegeomapitemutils_p.h110 ,QList<QList<QDoubleVector2D> > &clippedPaths
H A Dqdeclarativepolygonmapitem_p_p.h426 …QList<QList<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*map, closedPath, borderL… in updatePolish() local
427 if (clippedPaths.size()) { in updatePolish()
429 m_borderGeometry.pathToScreen(*map, clippedPaths, borderLeftBoundWrapped); in updatePolish()
H A Dqdeclarativepolylinemapitem_p_p.h92 const QList<QList<QDoubleVector2D> > &clippedPaths,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp138 QList<QList<QDoubleVector2D > > clippedPaths = in updateGeometryCPU() local
140 if (clippedPaths.size()) { in updateGeometryCPU()
142 m_dataCPU->m_borderGeometry.pathToScreen(*m_map, clippedPaths, borderLeftBoundWrapped); in updateGeometryCPU()