Home | History | Annotate | Download | only in src

Lines Matching refs:real_window_size

490     _cascade->real_window_size.width = cvRound( _cascade->orig_window_size.width * scale );
491 _cascade->real_window_size.height = cvRound( _cascade->orig_window_size.height * scale );
711 pt.x + _cascade->real_window_size.width >= cascade->sum.width-2 ||
712 pt.y + _cascade->real_window_size.height >= cascade->sum.height-2 )