Home | History | Annotate | Download | only in src

Lines Matching refs:is_closed

1635 PolyLine( Mat& img, const Point* v, int count, bool is_closed,
1642 int i = is_closed ? count - 1 : 0;
1643 int flags = 2 + !is_closed;
1648 for( i = !is_closed; i < count; i++ )