Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp202 const LineCapType currentCap = nextCoordinate ? beginCap : endCap; in addGeometry() local
308 } else if (!middleVertex && currentCap == LineCapType::Butt) { in addGeometry()
321 } else if (!middleVertex && currentCap == LineCapType::Square) { in addGeometry()
337 … } else if (middleVertex ? currentJoin == LineJoinType::Round : currentCap == LineCapType::Round) { in addGeometry()