Searched refs:pt2f (Results 1 – 1 of 1) sorted by relevance
2568 CvPoint2D32f pt2f; in cvDrawContours() local2569 CV_READ_SEQ_ELEM( pt2f, reader ); in cvDrawContours()2570 pt2.x = cvRound( pt2f.x * XY_ONE ); in cvDrawContours()2571 pt2.y = cvRound( pt2f.y * XY_ONE ); in cvDrawContours()