Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoercion.cpp30 EvaluationResult toColor(const Value& colorValue) { in toColor() function
79 coerceSingleValue = toColor; in Coercion()
H A Ddsl.cpp68 std::unique_ptr<Expression> toColor(std::unique_ptr<Expression> value) { in toColor() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Ddsl.hpp38 std::unique_ptr<Expression> toColor(std::unique_ptr<Expression>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp609 return toColor(get(literal(*property))); in convertFunctionToExpression()