Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dfill_layer_properties.hpp19 struct FillOpacity : DataDrivenPaintProperty<float, attributes::a_opacity, uniforms::u_opacity> { struct
45 FillOpacity,
H A Dfill_layer.cpp131 return impl().paint.template get<FillOpacity>().value; in getFillOpacity()
138 impl_->paint.template get<FillOpacity>().value = value; in setFillOpacity()
145 impl_->paint.template get<FillOpacity>().options = options; in setFillOpacityTransition()
150 return impl().paint.template get<FillOpacity>().options; in getFillOpacityTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_fill_layer.cpp50 || evaluated.get<style::FillOpacity>().constantOr(0) < 1.0f) { in evaluate()
117 …&& evaluated.get<FillOpacity>().constantOr(0) >= 1.0f) == (parameters.pass == RenderPass::Opaque))… in render()