Home
last modified time | relevance | path

Searched defs:tileData (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile.cpp25 if (auto tileData = getData()) { in querySourceFeatures() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.hpp102 std::unique_ptr<const GeometryTileData> tileData; member in mbgl::FeatureIndex
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp78 optional<TileData> tileData; member in mbgl::Resource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp138 auto tileData = std::make_unique<AnnotationTileData>(); in getTileData() local