Home
last modified time | relevance | path

Searched defs:interpolationFactor (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dinterpolator.hpp17 double interpolationFactor(const Range<double>& inputLevels, const double input) const { in interpolationFactor() function in mbgl::style::expression::ExponentialInterpolator
35 double interpolationFactor(const Range<double>& inputLevels, const double input) const { in interpolationFactor() function in mbgl::style::expression::CubicBezierInterpolator
H A Dinterpolate.hpp47 double interpolationFactor(const Range<double>& inputLevels, const double inputValue) const { in interpolationFactor() function in mbgl::style::expression::Interpolate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dinterpolate.cpp8 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/renderer/
H A Dpaint_property_binder.hpp111 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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_expression.hpp61 float interpolationFactor(const Range<float>& inputLevels, const float inputValue) const { in interpolationFactor() function in mbgl::style::PropertyExpression