Home
last modified time | relevance | path

Searched defs:Zoom (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp162 struct Zoom { struct in mapbox::supercluster::Supercluster
163 kdbush::KDBush<Cluster, std::uint32_t> tree;
164 std::vector<Cluster> clusters;
168 Zoom(const GeoJSONFeatures &features_) { in Zoom() function
179 Zoom(Zoom &previous, double r) { in Zoom() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h284 struct Zoom struct
286 Zoom() : m_minimum(0.0), m_maximum(30.0), m_start(0.0), m_previous(0.0), in Zoom() argument
288 qreal m_minimum;
289 qreal m_maximum;
290 qreal m_start;
291 qreal m_previous;
292 qreal maximumChange;
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2381 def Zoom(self): member in SwitchGraphWidget