| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolator.hpp | 17 double interpolationFactor(const Range<double>& inputLevels, const double input) const { in interpolationFactor() function in mbgl::style::expression::ExponentialInterpolator 18 return util::interpolationFactor(base, in interpolationFactor() 35 double interpolationFactor(const Range<double>& inputLevels, const double input) const { in interpolationFactor() function in mbgl::style::expression::CubicBezierInterpolator
|
| H A D | interpolate.hpp | 47 double interpolationFactor(const Range<double>& inputLevels, const double inputValue) const { in interpolationFactor() function in mbgl::style::expression::Interpolate 49 [&](const auto& interp) { return interp.interpolationFactor(inputLevels, inputValue); } in interpolationFactor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | paint_property_binder.hpp | 86 virtual float interpolationFactor(float currentZoom) const = 0; 111 float interpolationFactor(float) const override { in interpolationFactor() function in mbgl::ConstantPaintPropertyBinder 159 float interpolationFactor(float) const override { in interpolationFactor() function in mbgl::SourceFunctionPaintPropertyBinder 220 float interpolationFactor(float currentZoom) const override { in interpolationFactor() function in mbgl::CompositeFunctionPaintPropertyBinder 222 return expression.interpolationFactor(zoomRange, std::floor(currentZoom)); in interpolationFactor() 224 return expression.interpolationFactor(zoomRange, currentZoom); in interpolationFactor() 331 binders.template get<Ps>()->interpolationFactor(currentZoom) in uniformValues()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 61 float interpolationFactor(const Range<float>& inputLevels, const float inputValue) const { in interpolationFactor() function in mbgl::style::PropertyExpression 68 … return z->interpolationFactor(Range<double> { inputLevels.min, inputLevels.max }, inputValue); in interpolationFactor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | interpolate.cpp | 8 float interpolationFactor(float base, Range<float> range, float z) { in interpolationFactor() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.hpp | 169 expression->interpolationFactor(zoomLevels, currentZoom), in evaluateForZoom() 230 expression.interpolationFactor(coveringZoomStops, currentZoom), in evaluateForZoom()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | interpolate.hpp | 17 float interpolationFactor(float base, Range<float> range, float z);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | interpolate.cpp | 43 float t = interpolationFactor({ std::prev(it)->first, it->first }, x); in evaluate()
|