Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp122 class Q_MAPBOXGL_EXPORT CustomLayerHostInterface { class
124 virtual ~CustomLayerHostInterface() = default;
H A Dqmapboxgl.hpp233 QScopedPointer<QMapbox::CustomLayerHostInterface>& host,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1386 QScopedPointer<QMapbox::CustomLayerHostInterface>& host, in addCustomLayer()
1391 QScopedPointer<QMapbox::CustomLayerHostInterface> ptr; in addCustomLayer()
1392 HostWrapper(QScopedPointer<QMapbox::CustomLayerHostInterface>& p) in addCustomLayer()