Home
last modified time | relevance | path

Searched refs:normalizeGlyphsURL (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.hpp18 std::string normalizeGlyphsURL(const std::string& baseURL, const std::string& url, const std::strin…
H A Dmapbox.cpp82 std::string normalizeGlyphsURL(const std::string& baseURL, in normalizeGlyphsURL() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp225 res.url = util::mapbox::normalizeGlyphsURL(apiBaseURL, resource.url, accessToken); in request()