Home
last modified time | relevance | path

Searched refs:onLightChanged (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlight.cpp39 observer->onLightChanged(*this); in setAnchor()
46 observer->onLightChanged(*this); in setAnchorTransition()
65 observer->onLightChanged(*this); in setPosition()
72 observer->onLightChanged(*this); in setPositionTransition()
91 observer->onLightChanged(*this); in setColor()
98 observer->onLightChanged(*this); in setColorTransition()
117 observer->onLightChanged(*this); in setIntensity()
124 observer->onLightChanged(*this); in setIntensityTransition()
H A Dlight.cpp.ejs43 observer->onLightChanged(*this);
50 observer->onLightChanged(*this);
H A Dlight_observer.hpp12 virtual void onLightChanged(const Light&) {} in onLightChanged() function in mbgl::style::LightObserver
H A Dstyle_impl.cpp224 onLightChanged(*light); in setLight()
334 void Style::Impl::onLightChanged(const Light&) { in onLightChanged() function in mbgl::style::Style::Impl
H A Dstyle_impl.hpp135 void onLightChanged(const Light&) override;