Searched refs:moveBy (Results 1 – 6 of 6) sorted by relevance
48 void moveBy(const ScreenCoordinate& offset, const AnimationOptions& = {});
293 void Map::moveBy(const ScreenCoordinate& point, const AnimationOptions& animation) { in moveBy() function in mbgl::Map295 impl->transform.moveBy(point, animation); in moveBy()
319 void Transform::moveBy(const ScreenCoordinate& offset, const AnimationOptions& animation) { in moveBy() function in mbgl::Transform
76 void moveBy(const ScreenCoordinate&, const AnimationOptions& = {});
206 void moveBy(const QPointF &offset);
1107 void QMapboxGL::moveBy(const QPointF &offset) in moveBy() function in QMapboxGL1109 d_ptr->mapObj->moveBy(mbgl::ScreenCoordinate { offset.x(), offset.y() }); in moveBy()