Searched refs:nVertices (Results 1 – 2 of 2) sorted by relevance
59 std::size_t nVertices = ring.size(); in addFeature() local61 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()
83 std::size_t nVertices = ring.size(); in addFeature() local85 if (nVertices == 0) in addFeature()90 for (uint32_t i = 0; i < nVertices; i++) { in addFeature()