Home
last modified time | relevance | path

Searched refs:moveBy (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp48 void moveBy(const ScreenCoordinate& offset, const AnimationOptions& = {});
H A Dmap.cpp293 void Map::moveBy(const ScreenCoordinate& point, const AnimationOptions& animation) { in moveBy() function in mbgl::Map
295 impl->transform.moveBy(point, animation); in moveBy()
H A Dtransform.cpp319 void Transform::moveBy(const ScreenCoordinate& offset, const AnimationOptions& animation) { in moveBy() function in mbgl::Transform
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp76 void moveBy(const ScreenCoordinate&, const AnimationOptions& = {});
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp206 void moveBy(const QPointF &offset);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1107 void QMapboxGL::moveBy(const QPointF &offset) in moveBy() function in QMapboxGL
1109 d_ptr->mapObj->moveBy(mbgl::ScreenCoordinate { offset.x(), offset.y() }); in moveBy()