Home
last modified time | relevance | path

Searched refs:lineSegment (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.cpp68 auto& lineSegment = lineSegments.back(); in addFeature() local
69 assert(lineSegment.vertexLength <= std::numeric_limits<uint16_t>::max()); in addFeature()
70 uint16_t lineIndex = lineSegment.vertexLength; in addFeature()
80 lineSegment.vertexLength += nVertices; in addFeature()
81 lineSegment.indexLength += nVertices * 2; in addFeature()