Home | History | Annotate | Download | only in src

Lines Matching full:pt1f

2551                     CvPoint2D32f pt1f;
2552 CV_READ_SEQ_ELEM( pt1f, reader );
2553 pt1.x = cvRound( (pt1f.x + offset.x) * XY_ONE );
2554 pt1.y = cvRound( (pt1f.y + offset.y) * XY_ONE );