Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dis_constant.hpp11 bool isGlobalPropertyConstant(const Expression& expression, const T& properties) { in isGlobalPropertyConstant() function
23 if (isConstant && !isGlobalPropertyConstant(e, properties)) { in isGlobalPropertyConstant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dis_constant.cpp49 return isGlobalPropertyConstant(e, std::array<std::string, 1>{{"zoom"}}); in isZoomConstant()
H A Dparsing_context.cpp71isGlobalPropertyConstant(expression, std::array<std::string, 2>{{"zoom", "heatmap-density"}}); in isConstant()