Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Draster_source_impl.cpp6 RasterSource::Impl::Impl(SourceType sourceType, std::string id_, uint16_t tileSize_) in Impl() argument
7 : Source::Impl(sourceType, std::move(id_)), in Impl()
H A Draster_source.cpp12 …::string id, variant<std::string, Tileset> urlOrTileset_, uint16_t tileSize, SourceType sourceType) in RasterSource() argument
13 : Source(makeMutable<Impl>(sourceType, std::move(id), tileSize)), in RasterSource()
H A Draster_source_impl.hpp11 Impl(SourceType sourceType, std::string id, uint16_t tileSize);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhsa-brig-format.h1028 BrigType16_t sourceType; member
1038 BrigType16_t sourceType; member
1056 BrigType16_t sourceType; member
1123 BrigType16_t sourceType; member
1139 BrigType16_t sourceType; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhsa-brig-format.h1028 BrigType16_t sourceType; member
1038 BrigType16_t sourceType; member
1056 BrigType16_t sourceType; member
1123 BrigType16_t sourceType; member
1139 BrigType16_t sourceType; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Draster_source.hpp15 …iant<std::string, Tileset> urlOrTileset, uint16_t tileSize, SourceType sourceType = SourceType::Ra…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp587 QString sourceType = param->property("sourceType").toString(); in fromMapParameter() local
591 source->m_params[QStringLiteral("type")] = sourceType; in fromMapParameter()
593 switch (acceptedSourceTypes.indexOf(sourceType)) { in fromMapParameter()
595 qWarning() << "Invalid value for property 'sourceType': " + sourceType; in fromMapParameter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapboxgl.qdoc186 …of \b sourceType \l {https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson}{geojson}, the
233 property var sourceType: "geojson"