Lines Matching full:ext_buf
2375 double ext_buf[4], hole_buf[4];
2385 scalarToRawData( externalColor, ext_buf, img.type(), 0 );
2404 void* clr = (contour->flags & CV_SEQ_FLAG_HOLE) == 0 ? ext_buf : hole_buf;
2445 edges, ext_buf, line_type, 0, offset);
2471 edges, ext_buf, line_type, 0, cv::Point() );
2476 cv::FillEdgeCollection( img, edges, ext_buf );