Home
last modified time | relevance | path

Searched refs:CameraOptions (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp47 void renderStill(const CameraOptions&, MapDebugOptions, StillImageCallback);
66 CameraOptions getCameraOptions(const EdgeInsets&) const;
67 void jumpTo(const CameraOptions&);
68 void easeTo(const CameraOptions&, const AnimationOptions&);
69 void flyTo(const CameraOptions&, const AnimationOptions&);
70CameraOptions cameraForLatLngBounds(const LatLngBounds&, const EdgeInsets&, optional<double> beari…
71CameraOptions cameraForLatLngs(const std::vector<LatLng>&, const EdgeInsets&, optional<double> bea…
72CameraOptions cameraForGeometry(const Geometry<double>&, const EdgeInsets&, optional<double> beari…
73 LatLngBounds latLngBoundsForCamera(const CameraOptions&) const;
H A Dcamera.hpp14 struct CameraOptions { struct
39 constexpr bool operator==(const CameraOptions& a, const CameraOptions& b) { in operator ==()
48 constexpr bool operator!=(const CameraOptions& a, const CameraOptions& b) { in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp21 const optional<CameraOptions> cameraOptions,
34 void setCameraOptions(CameraOptions);
35 CameraOptions getCameraOptions() const;
53 const optional<CameraOptions> cameraOptions, in Impl()
145 void MapSnapshotter::Impl::setCameraOptions(CameraOptions cameraOptions) { in setCameraOptions()
149 CameraOptions MapSnapshotter::Impl::getCameraOptions() const { in getCameraOptions()
169 const optional<CameraOptions> cameraOptions, in MapSnapshotter()
205 void MapSnapshotter::setCameraOptions(const CameraOptions& options) { in setCameraOptions()
209 CameraOptions MapSnapshotter::getCameraOptions() const { in getCameraOptions()
H A Dmap_snapshotter.hpp17 struct CameraOptions;
33 const optional<CameraOptions> cameraOptions,
48 void setCameraOptions(const CameraOptions&);
49 CameraOptions getCameraOptions() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp31 CameraOptions getCameraOptions(const EdgeInsets&) const;
34 void jumpTo(const CameraOptions&);
37 void easeTo(const CameraOptions&, const AnimationOptions& = {});
41 void flyTo(const CameraOptions&, const AnimationOptions& = {});
161 void startTransition(const CameraOptions&,
H A Dtransform.cpp66 CameraOptions Transform::getCameraOptions(const EdgeInsets& padding) const { in getCameraOptions()
67 CameraOptions camera; in getCameraOptions()
81 void Transform::jumpTo(const CameraOptions& camera) { in jumpTo()
90 void Transform::easeTo(const CameraOptions& camera, const AnimationOptions& animation) { in easeTo()
164 void Transform::flyTo(const CameraOptions &camera, const AnimationOptions &animation) { in flyTo()
326 CameraOptions camera; in moveBy()
336 CameraOptions camera; in setLatLng()
343 CameraOptions camera; in setLatLng()
358 CameraOptions camera; in setLatLngZoom()
385 CameraOptions camera; in setZoom()
[all …]
H A Dmap.cpp172 void Map::renderStill(const CameraOptions& camera, MapDebugOptions debugOptions, StillImageCallback… in renderStill()
269 CameraOptions Map::getCameraOptions(const EdgeInsets& padding) const { in getCameraOptions()
273 void Map::jumpTo(const CameraOptions& camera) { in jumpTo()
279 void Map::easeTo(const CameraOptions& camera, const AnimationOptions& animation) { in easeTo()
285 void Map::flyTo(const CameraOptions& camera, const AnimationOptions& animation) { in flyTo()
322 CameraOptions camera; in resetPosition()
367 CameraOptions Map::cameraForLatLngBounds(const LatLngBounds& bounds, const EdgeInsets& padding, opt… in cameraForLatLngBounds()
376 CameraOptions cameraForLatLngs(const std::vector<LatLng>& latLngs, const Transform& transform, cons… in cameraForLatLngs()
377 CameraOptions options; in cameraForLatLngs()
429 CameraOptions Map::cameraForLatLngs(const std::vector<LatLng>& latLngs, const EdgeInsets& padding, … in cameraForLatLngs()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.hpp74 CameraOptions getDefaultCamera() const;
119 CameraOptions defaultCamera;
H A Dstyle.cpp37 CameraOptions Style::getDefaultCamera() const { in getDefaultCamera()
H A Dstyle_impl.cpp235 CameraOptions Style::Impl::getDefaultCamera() const { in getDefaultCamera()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp36 CameraOptions getDefaultCamera() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp795 mbgl::CameraOptions mbglCamera; in jumpTo()
1228 mbgl::CameraOptions camera = d_ptr->mapObj->cameraForLatLngBounds(bounds, d_ptr->margins); in coordinateZoomForBounds()
1251 mbgl::CameraOptions camera = d_ptr->mapObj->cameraForLatLngBounds(bounds, d_ptr->margins); in coordinateZoomForBounds()