Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp147 mapAndSourceItemSet_(false), updatingGeometry_(false), matrix_(nullptr) in QDeclarativeGeoMapQuickItem()
217 if (!mapAndSourceItemSet_ || updatingGeometry_ || in geometryChanged()
414 QScopedValueRollback<bool> rollback(updatingGeometry_); in updatePolish()
415 updatingGeometry_ = true; in updatePolish()
H A Dqdeclarativegeomapquickitem_p.h127 bool updatingGeometry_; variable