Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dfind_zoom_curve.cpp14 optional<variant<const Interpolate*, const Step*, ParsingError>> findZoomCurve(const expression::Ex… in findZoomCurve() function
20 result = findZoomCurve(let->getResult()); in findZoomCurve()
27 result = findZoomCurve(coalesce->getChild(i)); in findZoomCurve()
63 …optional<variant<const Interpolate*, const Step*, ParsingError>> childResult(findZoomCurve(&child)… in findZoomCurve()
86 return findZoomCurve(e)->match( in findZoomCurveChecked()
H A Dparsing_context.cpp222 …optional<variant<const Interpolate*, const Step*, ParsingError>> zoomCurve = findZoomCurve(parsed-… in parseLayerPropertyExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dfind_zoom_curve.hpp14 optional<variant<const Interpolate*, const Step*, ParsingError>> findZoomCurve(const expression::Ex…