Home
last modified time | relevance | path

Searched refs:RasterFadeDuration (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Draster_layer_properties.hpp43 struct RasterFadeDuration : PaintProperty<float> { struct
55 RasterFadeDuration
H A Draster_layer.cpp271 return impl().paint.template get<RasterFadeDuration>().value; in getRasterFadeDuration()
278 impl_->paint.template get<RasterFadeDuration>().value = value; in setRasterFadeDuration()
285 impl_->paint.template get<RasterFadeDuration>().options = options; in setRasterFadeDurationTransition()
290 return impl().paint.template get<RasterFadeDuration>().options; in getRasterFadeDurationTransition()