Home
last modified time | relevance | path

Searched refs:isPointLessThanUnwrapBelowX (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp77 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() local
79 if (isPointLessThanUnwrapBelowX) in wrapPath()
122 const bool isPointLessThanUnwrapBelowX = (coord.x() < geoLeftBound.x()); in wrapPath() local
124 if (isPointLessThanUnwrapBelowX) in wrapPath()
H A Dqdeclarativepolygonmapitem.cpp194 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in updateSourcePoints() local
196 if (preserveGeometry_ && isPointLessThanUnwrapBelowX) { in updateSourcePoints()
389 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() local
391 if (isPointLessThanUnwrapBelowX) in wrapPath()
H A Dqdeclarativepolylinemapitem.cpp421 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in clipPath() local
423 if (preserveGeometry_ && isPointLessThanUnwrapBelowX) { in clipPath()