Home
last modified time | relevance | path

Searched refs:interpolatable (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp106 static bool interpolatable(type::Type type) { in interpolatable() function
537 if (interpolatable(type)) { in composite()
557 functionType = interpolatable(type) ? FunctionType::Exponential : FunctionType::Interval; in convertFunctionToExpression()
563 if (*string == "exponential" && interpolatable(type)) in convertFunctionToExpression()