Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp15 struct LineCap : LayoutProperty<LineCapType> { struct
76 LineCap,
H A Dline_layer.cpp98 return LineCap::defaultValue(); in getDefaultLineCap()
102 return impl().layout.get<LineCap>(); in getLineCap()
109 impl_->layout.get<LineCap>() = value; in setLineCap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp99 const LineCapType beginCap = layout.get<LineCap>(); in addGeometry()
100 …ype endCap = type == FeatureType::Polygon ? LineCapType::Butt : LineCapType(layout.get<LineCap>()); in addGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp101 const LinePatternCap cap = bucket.layout.get<LineCap>() == LineCapType::Round in render()