Home
last modified time | relevance | path

Searched refs:newPrevVertex (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.cpp192 …GeometryCoordinate newPrevVertex = *currentCoordinate - convertPoint<int16_t>(util::round(convertP… in addGeometry() local
193 distance += util::dist<double>(newPrevVertex, *prevCoordinate); in addGeometry()
194 … addCurrentVertex(newPrevVertex, distance, *prevNormal, 0, 0, false, startVertex, triangleStore); in addGeometry()
195 prevCoordinate = newPrevVertex; in addGeometry()