Home
last modified time | relevance | path

Searched refs:nVertices (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_bucket.cpp59 std::size_t nVertices = ring.size(); in addFeature() local
61 if (nVertices == 0) in addFeature()
64 …if (lineSegments.empty() || lineSegments.back().vertexLength + nVertices > std::numeric_limits<uin… in addFeature()
73 lines.emplace_back(lineIndex + nVertices - 1, lineIndex); in addFeature()
75 for (uint32_t i = 1; i < nVertices; i++) { in addFeature()
80 lineSegment.vertexLength += nVertices; in addFeature()
81 lineSegment.indexLength += nVertices * 2; in addFeature()
H A Dfill_extrusion_bucket.cpp83 std::size_t nVertices = ring.size(); in addFeature() local
85 if (nVertices == 0) in addFeature()
90 for (uint32_t i = 0; i < nVertices; i++) { in addFeature()