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

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2433 double ext_buf[4], hole_buf[4]; local
2450 CV_CALL( cvScalarToRawData( &holeColor, hole_buf, mat->type, 0 ));
2478 void* clr = (contour->flags & CV_SEQ_FLAG_HOLE) == 0 ? ext_buf : hole_buf;

Completed in 37 milliseconds