Searched defs:LineWidth (Results 1 – 2 of 2) sorted by relevance
51 struct LineWidth : DataDrivenPaintProperty<float, attributes::a_width, uniforms::u_width> { struct52 static float defaultValue() { return 1; } in defaultValue()
161 struct LineWidth { struct162 using Type = float;163 static const constexpr Type Default = 1;