Home
last modified time | relevance | path

Searched refs:isMapboxURL (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.cpp23 bool isMapboxURL(const std::string& url) { in isMapboxURL() function
34 if (!isMapboxURL(str)) { in normalizeSourceURL()
50 if (!isMapboxURL(str)) { in normalizeStyleURL()
67 if (!isMapboxURL(str)) { in normalizeSpriteURL()
85 if (!isMapboxURL(str)) { in normalizeGlyphsURL()
102 if (!isMapboxURL(str)) { in normalizeTileURL()
176 if (isMapboxURL(sourceURL)) { in canonicalizeTileset()
H A Dmapbox.hpp13 bool isMapboxURL(const std::string& url);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp682 && util::mapbox::isMapboxURL(resource.url) in putRegionResourceInternal()
949 && util::mapbox::isMapboxURL(resource.url) in exceedsOfflineMapboxTileCountLimit()