Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp29 …EvaluationContext(GeometryTileFeature const * feature_) : zoom(optional<float>()), feature(feature… in EvaluationContext()
30 EvaluationContext(float zoom_, GeometryTileFeature const * feature_) : in EvaluationContext()
33 …EvaluationContext(optional<float> zoom_, GeometryTileFeature const * feature_, optional<double> he… in EvaluationContext()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp13 SymbolFeature(std::unique_ptr<GeometryTileFeature> feature_) : in SymbolFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp13 GeoJSONFeature(const Feature& feature_) : feature(feature_) {} in GeoJSONFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp12 GeoJSONTileFeature(const mapbox::geometry::feature<int16_t>& feature_) in GeoJSONTileFeature()