Home
last modified time | relevance | path

Searched refs:AnimationOptions (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp37 void easeTo(const CameraOptions&, const AnimationOptions& = {});
41 void flyTo(const CameraOptions&, const AnimationOptions& = {});
48 void moveBy(const ScreenCoordinate& offset, const AnimationOptions& = {});
49 void setLatLng(const LatLng&, const AnimationOptions& = {});
50 void setLatLng(const LatLng&, const EdgeInsets&, const AnimationOptions& = {});
51 void setLatLng(const LatLng&, optional<ScreenCoordinate>, const AnimationOptions& = {});
52 void setLatLngZoom(const LatLng&, double zoom, const AnimationOptions& = {});
53 void setLatLngZoom(const LatLng&, double zoom, const EdgeInsets&, const AnimationOptions& = {});
69 void setZoom(double zoom, const AnimationOptions& = {});
74 void setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& = {});
[all …]
H A Dtransform.cpp90 void Transform::easeTo(const CameraOptions& camera, const AnimationOptions& animation) { in easeTo()
164 void Transform::flyTo(const CameraOptions &camera, const AnimationOptions &animation) { in flyTo()
319 void Transform::moveBy(const ScreenCoordinate& offset, const AnimationOptions& animation) { in moveBy()
331 void Transform::setLatLng(const LatLng& latLng, const AnimationOptions& animation) { in setLatLng()
335 void Transform::setLatLng(const LatLng& latLng, const EdgeInsets& padding, const AnimationOptions& … in setLatLng()
342 …atLng(const LatLng& latLng, optional<ScreenCoordinate> anchor, const AnimationOptions& animation) { in setLatLng()
351 void Transform::setLatLngZoom(const LatLng& latLng, double zoom, const AnimationOptions& animation)… in setLatLngZoom()
355 …(const LatLng& latLng, double zoom, const EdgeInsets& padding, const AnimationOptions& animation) { in setLatLngZoom()
384 void Transform::setZoom(double zoom, const AnimationOptions& animation) { in setZoom()
390 void Transform::setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& ani… in setZoom()
[all …]
H A Dmap.cpp279 void Map::easeTo(const CameraOptions& camera, const AnimationOptions& animation) { in easeTo()
285 void Map::flyTo(const CameraOptions& camera, const AnimationOptions& animation) { in flyTo()
293 void Map::moveBy(const ScreenCoordinate& point, const AnimationOptions& animation) { in moveBy()
299 void Map::setLatLng(const LatLng& latLng, const AnimationOptions& animation) { in setLatLng()
304 void Map::setLatLng(const LatLng& latLng, const EdgeInsets& padding, const AnimationOptions& animat… in setLatLng()
310 void Map::setLatLng(const LatLng& latLng, optional<ScreenCoordinate> anchor, const AnimationOptions in setLatLng()
335 void Map::setZoom(double zoom, const AnimationOptions& animation) { in setZoom()
340 void Map::setZoom(double zoom, optional<ScreenCoordinate> anchor, const AnimationOptions& animation… in setZoom()
346 void Map::setZoom(double zoom, const EdgeInsets& padding, const AnimationOptions& animation) { in setZoom()
356 void Map::setLatLngZoom(const LatLng& latLng, double zoom, const AnimationOptions& animation) { in setLatLngZoom()
[all …]
/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&);
69 void flyTo(const CameraOptions&, const AnimationOptions&);
76 void moveBy(const ScreenCoordinate&, const AnimationOptions& = {});
77 void setLatLng(const LatLng&, optional<ScreenCoordinate>, const AnimationOptions& = {});
78 void setLatLng(const LatLng&, const EdgeInsets&, const AnimationOptions& = {});
79 void setLatLng(const LatLng&, const AnimationOptions& = {});
84 void setZoom(double zoom, const AnimationOptions& = {});
85 void setZoom(double zoom, optional<ScreenCoordinate>, const AnimationOptions& = {});
86 void setZoom(double zoom, const EdgeInsets&, const AnimationOptions& = {});
88 void setLatLngZoom(const LatLng&, double zoom, const AnimationOptions& = {});
[all …]
H A Dcamera.hpp55 struct AnimationOptions { struct
83 AnimationOptions() {} in AnimationOptions() function
86 AnimationOptions(Duration d) in AnimationOptions() function