Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source.cpp26 std::array<LatLng, 4> ImageSource::getCoordinates() const { in getCoordinates() function in mbgl::style::ImageSource
27 return impl().getCoordinates(); in getCoordinates()
H A Dimage_source_impl.hpp21 std::array<LatLng, 4> getCoordinates() const;
H A Dimage_source_impl.cpp29 std::array<LatLng, 4> ImageSource::Impl::getCoordinates() const { in getCoordinates() function in mbgl::style::ImageSource::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dimage_source.hpp24 std::array<LatLng, 4> getCoordinates() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp117 auto coords = impl().getCoordinates(); in update()