Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp327 camera.center = state.screenCoordinateToLatLng(centerPoint); in moveBy()
369 return screenCoordinateToLatLng(padding.getCenter(state.size.width, state.size.height)); in getLatLng()
574 anchorLatLng = state.screenCoordinateToLatLng(*anchor); in startTransition()
692 LatLng Transform::screenCoordinateToLatLng(const ScreenCoordinate& point) const { in screenCoordinateToLatLng() function in mbgl::Transform
695 return state.screenCoordinateToLatLng(flippedPoint).wrapped(); in screenCoordinateToLatLng()
H A Dtransform_state.cpp289 LatLng TransformState::screenCoordinateToLatLng(const ScreenCoordinate& point, LatLng::WrapMode wra… in screenCoordinateToLatLng() function in mbgl::TransformState
375 auto anchorCoord = Projection::project(screenCoordinateToLatLng(anchor), scale); in moveLatLng()
428 auto latLng = screenCoordinateToLatLng({ 0, static_cast<float>(getSize().height) }); in maxPitchScaleFactor()
H A Dtransform_state.hpp80 …LatLng screenCoordinateToLatLng(const ScreenCoordinate&, LatLng::WrapMode = LatLng::Unwrapped) con…
H A Dmap.cpp424 options.center = transform.screenCoordinateToLatLng(centerPixel); in cameraForLatLngs()
468 shallow.screenCoordinateToLatLng({}), in latLngBoundsForCamera()
469 shallow.screenCoordinateToLatLng({ double(size.width), double(size.height) }) in latLngBoundsForCamera()
671 return impl->transform.screenCoordinateToLatLng(pixel); in latLngForPixel()
H A Dtransform.hpp155 LatLng screenCoordinateToLatLng(const ScreenCoordinate&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_coordinate.hpp27 return fromLatLng(zoom, state.screenCoordinateToLatLng(screenCoordinate)); in fromScreenCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp96 return transform.screenCoordinateToLatLng(screenCoordinate); in snapshot()