Lines Matching full:rofs
330 int rofs = -MIN(ndisp - 1 + mindisp, 0);
332 int width1 = width - rofs - ndisp + 1;
342 const uchar* rptr0 = right.ptr() + rofs;
370 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
411 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
580 int rofs = -MIN(ndisp - 1 + mindisp, 0);
582 int width1 = width - rofs - ndisp + 1;
600 const uchar* rptr0 = right.ptr() + rofs;
627 rptr = rptr0 + std::min(std::max(x, -rofs), width-rofs-1) - dy0*sstep;
677 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
1110 int rofs = -std::min(ndisp - 1 + mindisp, 0);
1111 int width1 = width - rofs - ndisp + 1;
1113 if( lofs >= width || rofs >= width || width1 < 1 )