Home
last modified time | relevance | path

Searched refs:wrappedLeftBound (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp183 QDoubleVector2D wrappedLeftBound(qInf(), qInf()); in updateSourcePoints() local
202 …edProjection.x() < wrappedLeftBound.x() || (wrappedProjection.x() == wrappedLeftBound.x() && wrapp… in updateSourcePoints()
203 wrappedLeftBound = wrappedProjection; in updateSourcePoints()
231 lb.setX(qMax(wrappedLeftBound.x(), lb.x())); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp410 QDoubleVector2D wrappedLeftBound(qInf(), qInf()); in clipPath() local
429 …edProjection.x() < wrappedLeftBound.x() || (wrappedProjection.x() == wrappedLeftBound.x() && wrapp… in clipPath()
430 wrappedLeftBound = wrappedProjection; in clipPath()
463 lb.setX(qMax(wrappedLeftBound.x(), lb.x())); in clipPath()