Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp59 QDoubleVector2D *leftBoundWrapped) in wrapPath() argument
89 if (leftBoundWrapped) in wrapPath()
90 *leftBoundWrapped = leftBound; in wrapPath()
97 QDoubleVector2D *leftBoundWrapped) in wrapPath() argument
104 if (leftBoundWrapped) in wrapPath()
105 *leftBoundWrapped = leftBound; in wrapPath()
131 … &p, QList<QList<QDoubleVector2D> > &clippedPaths, QDoubleVector2D *leftBoundWrapped, const bool c… in clipPolygon() argument
143 if (leftBoundWrapped) { in clipPolygon()
157 lb.setX(qMax(leftBoundWrapped->x(), lb.x())); in clipPolygon()
159 *leftBoundWrapped = lb; in clipPolygon()
H A Dqdeclarativegeomapitemutils_p.h95 ,QDoubleVector2D *leftBoundWrapped = nullptr);
101 ,QDoubleVector2D *leftBoundWrapped = nullptr);
111 ,QDoubleVector2D *leftBoundWrapped = nullptr
H A Dqdeclarativepolygonmapitem.cpp177 QDoubleVector2D leftBoundWrapped = p.wrapMapProjection(p.geoToMapProjection(geoLeftBound_)); in updateSourcePoints() local
179 unwrapBelowX = leftBoundWrapped.x(); in updateSourcePoints()
194 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in updateSourcePoints()
232 leftBoundWrapped = lb; in updateSourcePoints()
239 QDoubleVector2D origin = p.wrappedMapProjectionToItemPosition(leftBoundWrapped); in updateSourcePoints()
356 ,QDoubleVector2D *leftBoundWrapped = nullptr) in wrapPath() argument
398 if (leftBoundWrapped) in wrapPath()
399 *leftBoundWrapped = leftBound; in wrapPath()
473 QDoubleVector2D leftBoundWrapped; in updateSourcePoints() local
477 wrappedPath, &leftBoundWrapped); in updateSourcePoints()
[all …]
H A Dqdeclarativepolylinemapitem.cpp391 QDoubleVector2D &leftBoundWrapped) in clipPath() argument
404 leftBoundWrapped = p.wrapMapProjection(p.geoToMapProjection(geoLeftBound_)); in clipPath()
406 unwrapBelowX = leftBoundWrapped.x(); in clipPath()
421 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in clipPath()
449 if (p == leftBoundWrapped) { in clipPath()
464 leftBoundWrapped = lb; in clipPath()
478 const QDoubleVector2D &leftBoundWrapped) in pathToScreen() argument
486 srcOrigin_ = p.mapProjectionToGeo(p.unwrapMapProjection(leftBoundWrapped)); in pathToScreen()
487 QDoubleVector2D origin = p.wrappedMapProjectionToItemPosition(leftBoundWrapped); in pathToScreen()
542 QDoubleVector2D leftBoundWrapped; in updateSourcePoints() local
[all …]
H A Dqdeclarativepolylinemapitem_p_p.h89 QDoubleVector2D &leftBoundWrapped);
93 const QDoubleVector2D &leftBoundWrapped);
250 double leftBoundWrapped,