Home | History | Annotate | Download | only in src

Lines Matching full:is_hole

136     int is_hole;                /* hole flag */
246 scanner->frame_info.is_hole = 1;
649 icvTraceContour( schar *ptr, int step, schar *stop_ptr, int is_hole )
661 s_end = s = is_hole ? 0 : 4;
882 int is_hole = 0;
895 is_hole = 1;
898 if( mode == 0 && (is_hole || img0[lnbd.y * step + lnbd.x] > 0) )
902 origin.x = x - is_hole;
905 if( mode <= 1 || (!is_hole && mode == 2) || lnbd.x <= 0 )
927 par_info->is_hole ) > 0 )
941 if( par_info->is_hole == is_hole )
951 assert( par_info->is_hole != is_hole );
956 lnbd.x = x - is_hole;
967 seq->flags |= is_hole ? CV_SEQ_FLAG_HOLE : 0;
973 result = icvFetchContour( img + x - is_hole, step,
987 result = icvFetchContourEx( img + x - is_hole, step,
1005 l_cinfo->is_hole = is_hole;