Home | History | Annotate | Download | only in src

Lines Matching refs:pt_e

561     CvPoint pt_s, pt_e;         /*  first and last points  */
605 CV_READ_SEQ_ELEM( pt_e, reader );
608 nx = pt_s.y - pt_e.y;
609 ny = pt_e.x - pt_s.x;