Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp176 double unwrapBelowX = 0; in updateSourcePoints() local
179 unwrapBelowX = leftBoundWrapped.x(); in updateSourcePoints()
197 double distance = wrappedProjection.x() - unwrapBelowX; in updateSourcePoints()
200 wrappedProjection.setX(unwrapBelowX + distance); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp403 double unwrapBelowX = 0; in clipPath() local
406 unwrapBelowX = leftBoundWrapped.x(); in clipPath()
424 double distance = wrappedProjection.x() - unwrapBelowX; in clipPath()
427 wrappedProjection.setX(unwrapBelowX + distance); in clipPath()