Home
last modified time | relevance | path

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 Dinterpolate.hpp43 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 Dget_covering_stops.hpp13 Range<float> getCoveringStops(const std::map<double, std::unique_ptr<Expression>>& stops,
H A Dstep.hpp27 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 Dproperty_expression.hpp76 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 Dstep.cpp77 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 Dget_covering_stops.cpp7 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 Dsymbol_program.hpp148 const Range<float> zoomLevels = expression_.getCoveringStops(tileZoom, tileZoom + 1); in ConstantSymbolSizeBinder()
218 coveringZoomStops(expression.getCoveringStops(tileZoom, tileZoom + 1)) in CompositeFunctionSymbolSizeBinder()