Home
last modified time | relevance | path

Searched refs:triangleSegment (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 Dfill_extrusion_bucket.cpp75 auto& triangleSegment = triangleSegments.back(); in addFeature() local
76 assert(triangleSegment.vertexLength <= std::numeric_limits<uint16_t>::max()); in addFeature()
77 uint16_t triangleIndex = triangleSegment.vertexLength; in addFeature()
125 triangleSegment.vertexLength += 4; in addFeature()
126 triangleSegment.indexLength += 6; in addFeature()
141 triangleSegment.vertexLength += totalVertices; in addFeature()
142 triangleSegment.indexLength += nIndices; in addFeature()
H A Dfill_bucket.cpp93 auto& triangleSegment = triangleSegments.back(); in addFeature() local
94 assert(triangleSegment.vertexLength <= std::numeric_limits<uint16_t>::max()); in addFeature()
95 uint16_t triangleIndex = triangleSegment.vertexLength; in addFeature()
103 triangleSegment.vertexLength += totalVertices; in addFeature()
104 triangleSegment.indexLength += nIndicies; in addFeature()