Searched defs:isZoomConstant (Results 1 – 4 of 4) sorted by relevance
48 bool isZoomConstant(const Expression& e) { in isZoomConstant() function
47 bool isZoomConstant() const { in isZoomConstant() function in mbgl::style::DataDrivenPropertyValue
24 bool isZoomConstant() const { return expression::isZoomConstant(*expression); } in isZoomConstant() function in mbgl::style::PropertyExpression
97 bool isZoomConstant; member159 bool isZoomConstant = !(coveringRanges || expression); in evaluateForZoom() local