Home
last modified time | relevance | path

Searched refs:newCurrentVertex (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.cpp365 …GeometryCoordinate newCurrentVertex = *currentCoordinate + convertPoint<int16_t>(util::round(conve… in addGeometry() local
366 distance += util::dist<double>(newCurrentVertex, *currentCoordinate); in addGeometry()
367 …addCurrentVertex(newCurrentVertex, distance, *nextNormal, 0, 0, false, startVertex, triangleStore); in addGeometry()
368 currentCoordinate = newCurrentVertex; in addGeometry()