Searched refs:hole_buf (Results 1 – 1 of 1) sorted by relevance
2433 double ext_buf[4], hole_buf[4]; in cvDrawContours() local2450 CV_CALL( cvScalarToRawData( &holeColor, hole_buf, mat->type, 0 )); in cvDrawContours()2478 void* clr = (contour->flags & CV_SEQ_FLAG_HOLE) == 0 ? ext_buf : hole_buf; in cvDrawContours()