Home
last modified time | relevance | path

Searched refs:pt1f (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdrawing.cpp2551 CvPoint2D32f pt1f; in cvDrawContours() local
2552 CV_READ_SEQ_ELEM( pt1f, reader ); in cvDrawContours()
2553 pt1.x = cvRound( (pt1f.x + offset.x) * XY_ONE ); in cvDrawContours()
2554 pt1.y = cvRound( (pt1f.y + offset.y) * XY_ONE ); in cvDrawContours()