Searched refs:LineCap (Results 1 – 4 of 4) sorted by relevance
15 struct LineCap : LayoutProperty<LineCapType> { struct76 LineCap,
98 return LineCap::defaultValue(); in getDefaultLineCap()102 return impl().layout.get<LineCap>(); in getLineCap()109 impl_->layout.get<LineCap>() = value; in setLineCap()
99 const LineCapType beginCap = layout.get<LineCap>(); in addGeometry()100 …ype endCap = type == FeatureType::Polygon ? LineCapType::Butt : LineCapType(layout.get<LineCap>()); in addGeometry()
101 const LinePatternCap cap = bucket.layout.get<LineCap>() == LineCapType::Round in render()