Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp67 map.jumpTo(*cameraOptions); in Impl()
146 map.jumpTo(cameraOptions); in setCameraOptions()
157 map.jumpTo(map.cameraForLatLngs(latLngs, insets)); in setRegion()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp175 impl->transform.jumpTo(camera); in renderStill()
273 void Map::jumpTo(const CameraOptions& camera) { in jumpTo() function in mbgl::Map
275 impl->transform.jumpTo(camera); in jumpTo()
328 impl->transform.jumpTo(camera); in resetPosition()
466 shallow.jumpTo(camera); in latLngBoundsForCamera()
800 map.jumpTo(style->getDefaultCamera()); in onStyleLoaded()
H A Dtransform.hpp34 void jumpTo(const CameraOptions&);
H A Dtransform.cpp81 void Transform::jumpTo(const CameraOptions& camera) { in jumpTo() function in mbgl::Transform
276 jumpTo(camera); in flyTo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp67 void jumpTo(const CameraOptions&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp189 void jumpTo(const QMapboxGLCameraOptions&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp793 void QMapboxGL::jumpTo(const QMapboxGLCameraOptions& camera) in jumpTo() function in QMapboxGL
816 d_ptr->mapObj->jumpTo(mbglCamera); in jumpTo()