Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp37 style::DataDrivenPropertyValue<float> opacity_ = 1.0f, in LineAnnotation() argument
41 opacity(std::move(opacity_)), in LineAnnotation()
54 style::DataDrivenPropertyValue<float> opacity_ = 1.0f, in FillAnnotation() argument
58 opacity(std::move(opacity_)),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp74 …tation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity_ = 1.0f, in LineAnnotation()
76 : geometry(geometry_), opacity(opacity_), width(width_), color(color_) {} in LineAnnotation()
86 …tation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity_ = 1.0f, in FillAnnotation()
88 : geometry(geometry_), opacity(opacity_), color(color_), outlineColor(outlineColor_) {} in FillAnnotation()