Home
last modified time | relevance | path

Searched refs:outlineColor_ (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.hpp56 style::DataDrivenPropertyValue<Color> outlineColor_ = {}) in FillAnnotation() argument
60 outlineColor(std::move(outlineColor_)) {}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp87 const QColor& color_ = Qt::black, const QVariant& outlineColor_ = QVariant()) in FillAnnotation()
88 : geometry(geometry_), opacity(opacity_), color(color_), outlineColor(outlineColor_) {} in FillAnnotation()