Searched defs:interpolationFactor (Results 1 – 5 of 5) sorted by relevance
17 double interpolationFactor(const Range<double>& inputLevels, const double input) const { in interpolationFactor() function in mbgl::style::expression::ExponentialInterpolator35 double interpolationFactor(const Range<double>& inputLevels, const double input) const { in interpolationFactor() function in mbgl::style::expression::CubicBezierInterpolator
47 double interpolationFactor(const Range<double>& inputLevels, const double inputValue) const { in interpolationFactor() function in mbgl::style::expression::Interpolate
8 float interpolationFactor(float base, Range<float> range, float z) { in interpolationFactor() function
111 float interpolationFactor(float) const override { in interpolationFactor() function in mbgl::ConstantPaintPropertyBinder159 float interpolationFactor(float) const override { in interpolationFactor() function in mbgl::SourceFunctionPaintPropertyBinder220 float interpolationFactor(float currentZoom) const override { in interpolationFactor() function in mbgl::CompositeFunctionPaintPropertyBinder
61 float interpolationFactor(const Range<float>& inputLevels, const float inputValue) const { in interpolationFactor() function in mbgl::style::PropertyExpression