Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp489 if (p.x() < m_leftBoundWrapped) in lineContains()
490 p.setX(p.x() + m_leftBoundWrapped); // unwrap X in lineContains()
496 if (a.x() < m_leftBoundWrapped) in lineContains()
497 a.setX(a.x() + m_leftBoundWrapped); // unwrap X in lineContains()
501 if (b.x() < m_leftBoundWrapped) in lineContains()
502 b.setX(b.x() + m_leftBoundWrapped); // unwrap X in lineContains()
517 candidate.setX(candidate.x() - m_leftBoundWrapped); // wrap X in lineContains()
604 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
678 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
721 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
[all …]
H A Dqgeopolygon.cpp561 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
613 if (coord.x() < m_leftBoundWrapped) in polygonContains()
646 if (crd.x() < m_leftBoundWrapped) in updateClipperPath()
676 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
698 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
H A Dqgeopath_p.h223 double m_leftBoundWrapped; // cached variable