Home | History | Annotate | Download | only in src

Lines Matching full:wholesize

759         Size wholeSize;
761 img.locateROI(wholeSize, ofs);
763 && ofs.x + img.cols + winSize.width <= wholeSize.width
764 && ofs.y + img.rows + winSize.height <= wholeSize.height)