Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp222 auto imageUrl = imageSource.getURL(); in activateDownload() local
223 if (imageUrl && !imageUrl->empty()) { in activateDownload()
224 queueResource(Resource::image(*imageUrl)); in activateDownload()