Home
last modified time | relevance | path

Searched refs:LightIntensity (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlight.cpp106 return LightIntensity::defaultValue(); in getDefaultIntensity()
110 return impl->properties.template get<LightIntensity>().value; in getIntensity()
115 impl_->properties.template get<LightIntensity>().value = property; in setIntensity()
122 impl_->properties.template get<LightIntensity>().options = options; in setIntensityTransition()
128 return impl->properties.template get<LightIntensity>().options; in getIntensityTransition()
H A Dlight_impl.hpp45 struct LightIntensity : LightProperty<float> { struct
51 using LightProperties = Properties<LightAnchor, LightPosition, LightColor, LightIntensity>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_extrusion_program.cpp31 return light.get<LightIntensity>(); in lightIntensity()