Home
last modified time | relevance | path

Searched defs:featureCount (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile.cpp27 auto featureCount = layer->featureCount(); in querySourceFeatures() local
H A Dcustom_geometry_tile.cpp76 auto featureCount = layer->featureCount(); in querySourceFeatures() local
H A Dvector_tile_data.cpp51 std::size_t VectorTileLayer::featureCount() const { in featureCount() function in mbgl::VectorTileLayer
H A Dgeojson_tile_data.hpp54 std::size_t featureCount() const override { in featureCount() function in mbgl::GeoJSONTileLayer
H A Dgeometry_tile.cpp263 auto featureCount = layer->featureCount(); in querySourceFeatures() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.cpp78 std::size_t AnnotationTileLayer::featureCount() const { in featureCount() function in mbgl::AnnotationTileLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp67 std::size_t featureCount() const { return features.size(); } in featureCount() function in mapbox::vector_tile::layer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp98 const size_t featureCount = sourceLayer->featureCount(); in SymbolLayout() local