Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp478 if (m_bboxDirty) in lineContains()
592 m_bboxDirty = false; in translate()
609 if (m_bboxDirty) in boundingGeoRectangle()
669 m_bboxDirty = true; in markDirty()
676 m_bboxDirty = false; in computeBoundingBox()
684 m_bboxDirty = false; // never dirty on the eager version in QGeoPathPrivateEager()
690 m_bboxDirty = false; // never dirty on the eager version in QGeoPathPrivateEager()
H A Dqgeopolygon.cpp558 m_bboxDirty = false; // Updated in translatePoly in translate()
634 m_bboxDirty = m_clipperDirty = true; in markDirty()
639 if (m_bboxDirty) in updateClipperPath()
655 m_bboxDirty = false; // never dirty on the eager version in QGeoPolygonPrivateEager()
660 m_bboxDirty = false; // never dirty on the eager version in QGeoPolygonPrivateEager()
H A Dqgeopath_p.h224 bool m_bboxDirty = false; variable