Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dbackground_layer.cpp76 return impl().paint.template get<BackgroundColor>().value; in getBackgroundColor()
83 impl_->paint.template get<BackgroundColor>().value = value; in setBackgroundColor()
90 impl_->paint.template get<BackgroundColor>().options = options; in setBackgroundColorTransition()
95 return impl().paint.template get<BackgroundColor>().options; in getBackgroundColorTransition()
H A Dbackground_layer_properties.hpp15 struct BackgroundColor : PaintProperty<Color> { struct
28 BackgroundColor,
/OK3568_Linux_fs/kernel/arch/mips/include/asm/fw/arc/
H A Dtypes.h80 USHORT BackgroundColor; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_background_layer.cpp112 uniforms::u_color::Value{ evaluated.get<BackgroundColor>() }, in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp311 backgroundColor = paint.get<BackgroundColor>() * paint.get<BackgroundOpacity>(); in render()