Searched refs:newScale (Results 1 – 1 of 1) sorted by relevance
385 double newScale = util::clamp(zoomScale(zoom), min_scale, max_scale); in setLatLngZoom() local386 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() argument401 double constrainedScale = newScale; in setScalePoint()