Home
last modified time | relevance | path

Searched refs:normalizeSpriteURL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.hpp17 std::string normalizeSpriteURL(const std::string& baseURL, const std::string& url, const std::strin…
H A Dmapbox.cpp64 std::string normalizeSpriteURL(const std::string& baseURL, in normalizeSpriteURL() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp230 res.url = util::mapbox::normalizeSpriteURL(apiBaseURL, resource.url, accessToken); in request()