Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp82 easeTo(camera); in jumpTo()
90 void Transform::easeTo(const CameraOptions& camera, const AnimationOptions& animation) { in easeTo() function in mbgl::Transform
328 easeTo(camera, animation); in moveBy()
339 easeTo(camera, animation); in setLatLng()
348 easeTo(camera, animation); in setLatLng()
362 easeTo(camera, animation); in setLatLngZoom()
387 easeTo(camera, animation); in setZoom()
394 easeTo(camera, animation); in setZoom()
401 easeTo(camera, animation); in setZoom()
455 easeTo(camera, animation); in rotateBy()
[all …]
H A Dtransform.hpp37 void easeTo(const CameraOptions&, const AnimationOptions& = {});
H A Dmap.cpp279 void Map::easeTo(const CameraOptions& camera, const AnimationOptions& animation) { in easeTo() function in mbgl::Map
281 impl->transform.easeTo(camera, animation); in easeTo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp68 void easeTo(const CameraOptions&, const AnimationOptions&);