Searched refs:lineSegment (Results 1 – 1 of 1) sorted by relevance
68 auto& lineSegment = lineSegments.back(); in addFeature() local69 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()