Searched refs:is_index (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvconvhull.cpp541 int is_index; local
592 is_index = CV_SEQ_ELTYPE(hull) == CV_SEQ_ELTYPE_INDEX;
612 if( !is_index )
640 if( !is_index )
662 if( !is_index )
/external/opencv3/modules/imgproc/src/
H A Dconvhull.cpp533 int is_index; local
582 is_index = CV_SEQ_ELTYPE(hull) == CV_SEQ_ELTYPE_INDEX;
601 if( !is_index )
629 if( !is_index )
651 if( !is_index )
/external/v8/src/
H A Dobjects.cc11438 bool is_index = true; local
11455 if (is_index) is_index = hasher.UpdateIndex(c1);
11456 if (is_index) is_index = hasher.UpdateIndex(c2);
11459 if (is_index) is_index = hasher.UpdateIndex(c);

Completed in 303 milliseconds