Home
last modified time | relevance | path

Searched refs:functionType (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.cpp553 FunctionType functionType = FunctionType::Invalid; in convertFunctionToExpression() local
557 functionType = interpolatable(type) ? FunctionType::Exponential : FunctionType::Interval; in convertFunctionToExpression()
562 functionType = FunctionType::Interval; in convertFunctionToExpression()
564 functionType = FunctionType::Exponential; in convertFunctionToExpression()
566 functionType = FunctionType::Categorical; in convertFunctionToExpression()
568 functionType = FunctionType::Identity; in convertFunctionToExpression()
574 switch (functionType) { in convertFunctionToExpression()
597 if (functionType == FunctionType::Identity) { in convertFunctionToExpression()
654 switch (functionType) { in convertFunctionToExpression()
674 switch (functionType) { in convertFunctionToExpression()
[all …]