Lines Matching full:pt_bottom
328 CvPoint *pt_left, *pt_right, *pt_top, *pt_bottom;
330 pt_left = pt_right = pt_top = pt_bottom = (CvPoint *)(reader.ptr);
344 if( pt.y > pt_bottom->y )
345 pt_bottom = pt_ptr;
351 pts[3] = cvPointTo32f( *pt_bottom );
355 CvPoint2D32f *pt_left, *pt_right, *pt_top, *pt_bottom;
357 pt_left = pt_right = pt_top = pt_bottom = (CvPoint2D32f *) (reader.ptr);
371 if( pt.y > pt_bottom->y )
372 pt_bottom = pt_ptr;
378 pts[3] = *pt_bottom;