Home
last modified time | relevance | path

Searched refs:middleVertex (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.cpp200 const bool middleVertex = prevCoordinate && nextCoordinate; in addGeometry() local
204 if (middleVertex) { in addGeometry()
236 if (middleVertex && currentJoin == LineJoinType::Miter) { in addGeometry()
241 } else if (middleVertex && currentJoin == LineJoinType::FlipBevel) { in addGeometry()
259 …} else if (middleVertex && (currentJoin == LineJoinType::Bevel || currentJoin == LineJoinType::Fak… in addGeometry()
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()