Home
last modified time | relevance | path

Searched refs:setFillOutlineColor (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dfill_annotation_impl.cpp27 fillLayer->setFillOutlineColor(annotation.outlineColor); in updateStyle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dfill_layer.hpp59 void setFillOutlineColor(DataDrivenPropertyValue<Color>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dfill_layer.cpp188 void FillLayer::setFillOutlineColor(DataDrivenPropertyValue<Color> value) { in setFillOutlineColor() function in mbgl::style::FillLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dmake_property_setters.hpp89 …color"] = &setProperty<FillLayer, DataDrivenPropertyValue<Color>, &FillLayer::setFillOutlineColor>; in makePaintPropertySetters()