Searched refs:LineGapWidth (Results 1 – 4 of 4) sorted by relevance
55 struct LineGapWidth : DataDrivenPaintProperty<float, attributes::a_gapwidth, uniforms::u_gapwidth> { struct88 LineGapWidth,
304 return impl().paint.template get<LineGapWidth>().value; in getLineGapWidth()311 impl_->paint.template get<LineGapWidth>().value = value; in setLineGapWidth()318 impl_->paint.template get<LineGapWidth>().options = options; in setLineGapWidthTransition()323 return impl().paint.template get<LineGapWidth>().options; in getLineGapWidthTransition()
213 float gapWidth = evaluated.get<style::LineGapWidth>() in getLineWidth()214 .evaluate(feature, zoom, style::LineGapWidth::defaultValue()); in getLineWidth()
481 float gapWidth = get<LineGapWidth>(layer, paintPropertyBinders); in getLineWidth()