Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp75 if (resourceTransform) { in add()
78 resourceTransform->invoke(&ResourceTransform::transform, request->resource.kind, in add()
164 resourceTransform = std::move(transform); in setResourceTransform()
179 optional<ActorRef<ResourceTransform>> resourceTransform; member in mbgl::OnlineFileSource::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp72 std::function<std::string(const std::string &&)> resourceTransform() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp457 std::function<std::string(const std::string &&)> QMapboxGLSettings::resourceTransform() const in resourceTransform() function in QMapboxGLSettings
1796 if (settings.resourceTransform()) { in QMapboxGLPrivate()
1798 …[callback = settings.resourceTransform()] (mbgl::Resource::Kind, const std::string &&url_) -> std:… in QMapboxGLPrivate()