Home
last modified time | relevance | path

Searched refs:setURL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp115 result->setURL(*toString(*dataValue)); in convertGeoJSONSource()
159 result->setURL(*urlString); in convertImageSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dimage_source.hpp19 void setURL(const std::string& url);
H A Dgeojson_source.hpp33 void setURL(const std::string& url);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.hpp39 void setURL(const std::string& url) { in setURL() function in mbgl::GlyphManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp22 void GeoJSONSource::setURL(const std::string& url_) { in setURL() function in mbgl::style::GeoJSONSource
H A Dimage_source.cpp30 void ImageSource::setURL(const std::string& url_) { in setURL() function in mbgl::style::ImageSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp122 glyphManager->setURL(updateParameters.glyphURL); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1352 sourceImage->setURL(params["url"].toString().toStdString()); in updateSource()