Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp28 Butt, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp17 static LineCapType defaultValue() { return LineCapType::Butt; } in defaultValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp50 { LineCapType::Butt, "butt" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp100 …const LineCapType endCap = type == FeatureType::Polygon ? LineCapType::Butt : LineCapType(layout.g… in addGeometry()
308 } else if (!middleVertex && currentCap == LineCapType::Butt) { in addGeometry()