Home
last modified time | relevance | path

Searched refs:startScale (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.cpp130 const double startScale = state.scale; in easeTo() local
134 state.scaling = scale != startScale; in easeTo()
139 LatLng frameLatLng = Projection::unproject(framePoint, startScale); in easeTo()
140 double frameScale = util::interpolate(startScale, scale, t); in easeTo()
280 const double startScale = state.scale; in flyTo() local
301 LatLng frameLatLng = Projection::unproject(framePoint, startScale); in flyTo()