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()
508 auto Snip = [&](unsigned Start, unsigned Len) { in renderLine() local513 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine()516 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine()519 Snip(LCol - 1, Line.size() + 1 - LCol); in renderLine()