Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_background_layer.hpp22 style::BackgroundPaintProperties::Unevaluated unevaluated;
23 style::BackgroundPaintProperties::PossiblyEvaluated evaluated;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dbackground_layer_impl.hpp17 BackgroundPaintProperties::Transitionable paint;
H A Dbackground_layer_properties.hpp27 class BackgroundPaintProperties : public Properties< class
H A Dbackground_layer.cpp31 impl_->paint = BackgroundPaintProperties::Transitionable(); in cloneRef()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp306 const BackgroundPaintProperties::PossiblyEvaluated& paint = background->evaluated; in render()