Searched refs:getCoveringStops (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolate.hpp | 43 Range<float> getCoveringStops(const double lower, const double upper) const { in getCoveringStops() function in mbgl::style::expression::Interpolate 44 return ::mbgl::style::expression::getCoveringStops(stops, lower, upper); in getCoveringStops()
|
| H A D | get_covering_stops.hpp | 13 Range<float> getCoveringStops(const std::map<double, std::unique_ptr<Expression>>& stops,
|
| H A D | step.hpp | 27 Range<float> getCoveringStops(const double lower, const double upper) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 76 Range<float> getCoveringStops(const float lower, const float upper) const { in getCoveringStops() function in mbgl::style::PropertyExpression 83 return z->getCoveringStops(lower, upper); in getCoveringStops()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | step.cpp | 77 Range<float> Step::getCoveringStops(const double lower, const double upper) const { in getCoveringStops() function in mbgl::style::expression::Step 78 return ::mbgl::style::expression::getCoveringStops(stops, lower, upper); in getCoveringStops()
|
| H A D | get_covering_stops.cpp | 7 Range<float> getCoveringStops(const std::map<double, std::unique_ptr<Expression>>& stops, in getCoveringStops() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.hpp | 148 const Range<float> zoomLevels = expression_.getCoveringStops(tileZoom, tileZoom + 1); in ConstantSymbolSizeBinder() 218 coveringZoomStops(expression.getCoveringStops(tileZoom, tileZoom + 1)) in CompositeFunctionSymbolSizeBinder()
|