Home
last modified time | relevance | path

Searched refs:lineIndex (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 Dfill_bucket.cpp70 uint16_t lineIndex = lineSegment.vertexLength; in addFeature() local
73 lines.emplace_back(lineIndex + nVertices - 1, lineIndex); in addFeature()
77 lines.emplace_back(lineIndex + i - 1, lineIndex + i); in addFeature()