Home
last modified time | relevance | path

Searched refs:hasDataDrivenPropertyDifference (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcircle_layer_impl.cpp11 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
H A Dheatmap_layer_impl.cpp11 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
H A Dfill_extrusion_layer_impl.cpp11 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
H A Dfill_layer_impl.cpp11 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
H A Dline_layer_impl.cpp12 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
H A Dsymbol_layer_impl.cpp12 paint.hasDataDrivenPropertyDifference(impl.paint); in hasLayoutDifference()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp228 bool hasDataDrivenPropertyDifference(const Transitionable& other) const { in hasDataDrivenPropertyDifference() function in mbgl::style::Properties::Transitionable
230 …util::ignore({ (result |= this->template get<Ps>().value.hasDataDrivenPropertyDifference(other.tem… in hasDataDrivenPropertyDifference()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dcolor_ramp_property_value.hpp42 bool hasDataDrivenPropertyDifference(const ColorRampPropertyValue&) const { return false; } in hasDataDrivenPropertyDifference() function in mbgl::style::ColorRampPropertyValue
H A Dproperty_value.hpp49 bool hasDataDrivenPropertyDifference(const PropertyValue<T>&) const { in hasDataDrivenPropertyDifference() function in mbgl::style::PropertyValue
H A Ddata_driven_property_value.hpp68 bool hasDataDrivenPropertyDifference(const DataDrivenPropertyValue<T>& other) const { in hasDataDrivenPropertyDifference() function in mbgl::style::DataDrivenPropertyValue