Home
last modified time | relevance | path

Searched defs: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
122 const bool isPointLessThanUnwrapBelowX = (coord.x() < geoLeftBound.x()); in wrapPath() local
H A Dqdeclarativepolygonmapitem.cpp194 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in updateSourcePoints() local
389 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() local
H A Dqdeclarativepolylinemapitem.cpp421 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in clipPath() local