Searched refs:Snip (Results 1 – 2 of 2) sorted by relevance
301 auto Snip = [&](unsigned Start, unsigned Len) { in renderLine() local307 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine()311 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine()315 Snip(LCol - 1, Line.size() + 1 - LCol); in renderLine()
510 auto Snip = [&](unsigned Start, unsigned Len) { in renderLine() local515 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine()518 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine()521 Snip(LCol - 1, Line.size() + 1 - LCol); in renderLine()