Home
last modified time | relevance | path

Searched refs:currentVertex (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.hpp50 void addCurrentVertex(const GeometryCoordinate& currentVertex, double& distance,
53 void addPieSliceVertex(const GeometryCoordinate& currentVertex, double distance,
H A Dline_bucket.cpp434 void LineBucket::addPieSliceVertex(const GeometryCoordinate& currentVertex, in addPieSliceVertex() argument
441 …vertices.emplace_back(LineProgram::layoutVertex(currentVertex, flippedExtrude, false, lineTurnsLef… in addPieSliceVertex()