Home
last modified time | relevance | path

Searched refs:setCoordinates (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dimage_source.hpp23 void setCoordinates(const std::array<LatLng, 4>&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source.cpp21 void ImageSource::setCoordinates(const std::array<LatLng, 4>& coords_) { in setCoordinates() function in mbgl::style::ImageSource