Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameracapabilities.cpp71 double maxZoom_; member in QGeoCameraCapabilitiesPrivate
86 maxZoom_(0.0), in QGeoCameraCapabilitiesPrivate()
102 maxZoom_(other.maxZoom_), in QGeoCameraCapabilitiesPrivate()
123 maxZoom_ = other.maxZoom_; in operator =()
141 && (maxZoom_ == rhs.maxZoom_) in operator ==()
267 d->maxZoom_ = maximumZoomLevel; in setMaximumZoomLevel()
279 return d->maxZoom_; in maximumZoomLevel()
285 return d->maxZoom_; in maximumZoomLevelAt256()
286 return qMax<double>(0, zoomLevelTo256(d->maxZoom_, d->tileSize_)); in maximumZoomLevelAt256()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp15 … std::string styleURL_, LatLngBounds bounds_, double minZoom_, double maxZoom_, float pixelRatio_) in OfflineTilePyramidRegionDefinition() argument
19 maxZoom(maxZoom_), in OfflineTilePyramidRegionDefinition()