Searched refs:mapAndSourceItemSet_ (Results 1 – 2 of 2) sorted by relevance
147 mapAndSourceItemSet_(false), updatingGeometry_(false), matrix_(nullptr) in QDeclarativeGeoMapQuickItem()217 if (!mapAndSourceItemSet_ || updatingGeometry_ || in geometryChanged()383 mapAndSourceItemSet_ = false; in updatePolish()389 mapAndSourceItemSet_ = false; in updatePolish()393 if (!mapAndSourceItemSet_ && quickMap() && map() && sourceItem_) { in updatePolish()394 mapAndSourceItemSet_ = true; in updatePolish()
126 bool mapAndSourceItemSet_; variable