Home | History | Annotate | Download | only in src

Lines Matching defs:pt1

345                     CvPoint2D32f pt1, pt2;
347 pt1 = quads[i].corners[k]->pt;
349 pt2.x = (pt1.x + pt2.x)/2;
350 pt2.y = (pt1.y + pt2.y)/2;
353 cvLine( dbg1_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8);
399 CvPoint2D32f pt1, pt2;
403 pt1 = quads[i].corners[k]->pt;
405 pt2.x = (pt1.x + pt2.x)/2;
406 pt2.y = (pt1.y + pt2.y)/2;
409 cvLine( dbg2_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8);