Searched refs:wrappedPath (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemutils.cpp | 56 QList<QDoubleVector2D> &wrappedPath, in wrapPath() argument 65 wrappedPath.clear(); in wrapPath() 85 wrappedPath.append(coord); in wrapPath() 96 QList<QDoubleVector2D> &wrappedPath, in wrapPath() argument 103 wrapPath(path, leftBound,wrappedPath); in wrapPath() 110 QList<QDoubleVector2D> &wrappedPath) in wrapPath() argument 112 wrappedPath.clear(); in wrapPath() 127 wrappedPath.append(coord); in wrapPath() 131 void QDeclarativeGeoMapItemUtils::clipPolygon(const QList<QDoubleVector2D> &wrappedPath, const QGeo… in clipPolygon() argument 138 clipper.addSubjectPath(QClipperUtils::qListToPath(wrappedPath), closed); in clipPolygon() [all …]
|
| H A D | qdeclarativepolygonmapitem.cpp | 181 QList<QDoubleVector2D> wrappedPath; in updateSourcePoints() local 182 wrappedPath.reserve(path.size()); in updateSourcePoints() 205 wrappedPath.append(wrappedProjection); in updateSourcePoints() 213 clipper.addSubjectPath(QClipperUtils::qListToPath(wrappedPath), true); in updateSourcePoints() 235 clippedPaths.append(wrappedPath); in updateSourcePoints() 374 QList<QDoubleVector2D> wrappedPath; in wrapPath() local 378 wrappedPath.clear(); in wrapPath() 393 wrappedPath.append(coord); in wrapPath() 395 wrappedPaths.append(wrappedPath); in wrapPath() 415 for (const QList<QDoubleVector2D> &wrappedPath: wrappedPaths) { in cutPathEars() local [all …]
|
| H A D | qdeclarativegeomapitemutils_p.h | 92 ,QList<QDoubleVector2D> &wrappedPath 100 ,QList<QDoubleVector2D> &wrappedPath 105 , QList<QDoubleVector2D> &wrappedPath); 108 static void clipPolygon(const QList<QDoubleVector2D> &wrappedPath
|
| H A D | qdeclarativepolylinemapitem.cpp | 408 QList<QDoubleVector2D> wrappedPath; in clipPath() local 409 wrappedPath.reserve(path.size()); in clipPath() 432 wrappedPath.append(wrappedProjection); in clipPath() 436 m_wrappedPath = wrappedPath; in clipPath() 443 clippedPaths = clipLine(wrappedPath, visibleRegion); in clipPath() 466 clippedPaths.append(wrappedPath); in clipPath() 795 QList<QDoubleVector2D> wrappedPath; in updateSourcePoints() local 797 wrappedPath, &leftBoundWrapped); in updateSourcePoints() 800 updateSourcePoints(p, wrappedPath, boundingRectangle); in updateSourcePoints() 804 const QList<QDoubleVector2D> &wrappedPath, in updateSourcePoints() argument [all …]
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 249 QVector<QDeclarativeGeoMapItemUtils::vec2> &wrappedPath, 292 const QList<QDoubleVector2D> &wrappedPath,
|