Searched refs:transformURL (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 D | url.hpp | 48 std::string transformURL(const std::string& tpl, const std::string& url, const URL&); 49 inline std::string transformURL(const std::string& tpl, const std::string& url) { in transformURL() function 50 return transformURL(tpl, url, URL(url)); in transformURL()
|
| H A D | mapbox.cpp | 44 return transformURL(tpl, str, url); in normalizeSourceURL() 61 return transformURL(tpl, str, url); in normalizeStyleURL() 79 return transformURL(tpl, str, url); in normalizeSpriteURL() 96 return transformURL(tpl, str, url); in normalizeGlyphsURL() 113 return transformURL(tpl, str, url); in normalizeTileURL()
|
| H A D | url.cpp | 132 std::string transformURL(const std::string& tpl, const std::string& str, const URL& url) { in transformURL() function
|