Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp385 double newScale = util::clamp(zoomScale(zoom), min_scale, max_scale); in setLatLngZoom() local
386 const double newWorldSize = newScale * util::tileSize; in setLatLngZoom()
397 setScalePoint(newScale, point); in setLatLngZoom()
400 void TransformState::setScalePoint(const double newScale, const ScreenCoordinate &point) { in setScalePoint() argument
401 double constrainedScale = newScale; in setScalePoint()