Home
last modified time | relevance | path

Searched defs:LineWidth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp51 struct LineWidth : DataDrivenPaintProperty<float, attributes::a_width, uniforms::u_width> { struct
52 static float defaultValue() { return 1; } in defaultValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.hpp161 struct LineWidth { struct
162 using Type = float;
163 static const constexpr Type Default = 1;