Home | History | Annotate | Download | only in highgui

Lines Matching refs:left

273     if( r.left > r.right )
275 t = r.left;
276 r.left = r.right;
294 return cvRect( sr.left, sr.top, sr.right - sr.left, sr.bottom - sr.top );
301 dr.left = sr.x;
314 roi.xOffset = r.left;
316 roi.width = r.right - r.left;
356 cvRect( r.left, r.top, r.right - r.left, r.bottom - r.top ));