Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp194addCurrentVertex(newPrevVertex, distance, *prevNormal, 0, 0, false, startVertex, triangleStore); in addGeometry()
238 addCurrentVertex(*currentCoordinate, distance, joinNormal, 0, 0, false, startVertex, in addGeometry()
254 addCurrentVertex(*currentCoordinate, distance, joinNormal, 0, 0, false, startVertex, in addGeometry()
257addCurrentVertex(*currentCoordinate, distance, joinNormal * -1.0, 0, 0, false, startVertex, in addGeometry()
275 addCurrentVertex(*currentCoordinate, distance, *prevNormal, offsetA, offsetB, false, in addGeometry()
304 addCurrentVertex(*currentCoordinate, distance, *nextNormal, -offsetA, -offsetB, in addGeometry()
311 addCurrentVertex(*currentCoordinate, distance, *prevNormal, 0, 0, false, in addGeometry()
317 addCurrentVertex(*currentCoordinate, distance, *nextNormal, 0, 0, false, in addGeometry()
324 addCurrentVertex(*currentCoordinate, distance, *prevNormal, 1, 1, false, in addGeometry()
333 addCurrentVertex(*currentCoordinate, distance, *nextNormal, -1, -1, false, in addGeometry()
[all …]
H A Dline_bucket.hpp50 void addCurrentVertex(const GeometryCoordinate& currentVertex, double& distance,