HomeSort by relevance Sort by last modified time
    Searched full:is_hole (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvcontours.cpp 136 int is_hole; /* hole flag */ member in struct:_CvContourInfo
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; local
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
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 365 int is_hole = 0; local
380 is_hole = 1;
388 cvStartWriteSeq( CV_SEQ_CONTOUR | (is_hole ? CV_SEQ_FLAG_HOLE : 0),
390 s_end = s = is_hole ? 0 : 4;
391 i0 = ptr + x - is_hole;
455 if( !is_hole )
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sol.h 63 bool is_hole; member in struct:ilo_state_sol_decl_info
ilo_state_sol.c 74 assert(decl->is_hole || decl->attr < stream->vue_read_count);
237 if (decl->is_hole)
  /external/f2fs-tools/fsck/
fsck.c 579 int is_hole = 0; local
595 is_hole = 1;
599 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk))
614 if (is_hole)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 822 decl->is_hole = true;
836 decl->is_hole = false;
    [all...]

Completed in 303 milliseconds