Searched refs:clippedPaths (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemutils.cpp | 131 …, 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 D | qdeclarativecirclemapitem.cpp | 199 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 D | qdeclarativepolylinemapitem.cpp | 440 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 D | qdeclarativecirclemapitem_p_p.h | 219 …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 D | qdeclarativerectanglemapitem_p_p.h | 165 …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 D | qdeclarativepolygonmapitem.cpp | 209 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 D | qdeclarativegeomapitemutils_p.h | 110 ,QList<QList<QDoubleVector2D> > &clippedPaths
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 426 …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 D | qdeclarativepolylinemapitem_p_p.h | 92 const QList<QList<QDoubleVector2D> > &clippedPaths,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmapcircleobjectqsg.cpp | 138 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()
|