Home
last modified time | relevance | path

Searched defs: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
400 void TransformState::setScalePoint(const double newScale, const ScreenCoordinate &point) { in setScalePoint()