Searched refs:isGlobalPropertyConstant (Results 1 – 3 of 3) sorted by relevance
11 bool isGlobalPropertyConstant(const Expression& expression, const T& properties) { in isGlobalPropertyConstant() function23 if (isConstant && !isGlobalPropertyConstant(e, properties)) { in isGlobalPropertyConstant()
49 return isGlobalPropertyConstant(e, std::array<std::string, 1>{{"zoom"}}); in isZoomConstant()
71 … isGlobalPropertyConstant(expression, std::array<std::string, 2>{{"zoom", "heatmap-density"}}); in isConstant()