Lines Matching full:pt_left
328 CvPoint *pt_left, *pt_right, *pt_top, *pt_bottom;
330 pt_left = pt_right = pt_top = pt_bottom = (CvPoint *)(reader.ptr);
338 if( pt.x < pt_left->x )
339 pt_left = pt_ptr;
348 pts[0] = cvPointTo32f( *pt_left );
355 CvPoint2D32f *pt_left, *pt_right, *pt_top, *pt_bottom;
357 pt_left = pt_right = pt_top = pt_bottom = (CvPoint2D32f *) (reader.ptr);
365 if( pt.x < pt_left->x )
366 pt_left = pt_ptr;
375 pts[0] = *pt_left;