Searched refs:hasDataDrivenPropertyDifference (Results 1 – 10 of 10) sorted by relevance
11 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
12 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
228 bool hasDataDrivenPropertyDifference(const Transitionable& other) const { in hasDataDrivenPropertyDifference() function in mbgl::style::Properties::Transitionable230 …util::ignore({ (result |= this->template get<Ps>().value.hasDataDrivenPropertyDifference(other.tem… in hasDataDrivenPropertyDifference()
42 bool hasDataDrivenPropertyDifference(const ColorRampPropertyValue&) const { return false; } in hasDataDrivenPropertyDifference() function in mbgl::style::ColorRampPropertyValue
49 bool hasDataDrivenPropertyDifference(const PropertyValue<T>&) const { in hasDataDrivenPropertyDifference() function in mbgl::style::PropertyValue
68 bool hasDataDrivenPropertyDifference(const DataDrivenPropertyValue<T>& other) const { in hasDataDrivenPropertyDifference() function in mbgl::style::DataDrivenPropertyValue