Lines Matching defs:closed
721 const bool closed = (flags & ImDrawFlags_Closed) != 0;
723 const int count = closed ? points_count : points_count - 1; // The number of line segments we need to draw
764 if (!closed)
780 // If line is not closed, the first and last points need to be generated differently as there are no normals to blend
781 if (!closed)
790 // This takes points n and n+1 and writes into n+1, with the first point in a closed line being generated from the final one (as n+1 wraps)
871 // If line is not closed, the first and last points need to be generated differently as there are no normals to blend
872 if (!closed)
886 // This takes points n and n+1 and writes into n+1, with the first point in a closed line being generated from the final one (as n+1 wraps)
1154 // If you are trying to draw a full closed circle you don't want the overlapping points!
1493 // Because we are filling a closed shape we remove 1 from the count of segments/points
1517 // Because we are filling a closed shape we remove 1 from the count of segments/points
1531 // Because we are filling a closed shape we remove 1 from the count of segments/points
1543 // Because we are filling a closed shape we remove 1 from the count of segments/points