Home | History | Annotate | Download | only in src

Lines Matching defs:fullSize

1168             Size fullSize;
1170 prevPyr[lvlStep1].locateROI(fullSize, ofs);
1172 && ofs.x + prevPyr[lvlStep1].cols + winSize.width <= fullSize.width
1173 && ofs.y + prevPyr[lvlStep1].rows + winSize.height <= fullSize.height);
1196 Size fullSize;
1198 nextPyr[lvlStep2].locateROI(fullSize, ofs);
1200 && ofs.x + nextPyr[lvlStep2].cols + winSize.width <= fullSize.width
1201 && ofs.y + nextPyr[lvlStep2].rows + winSize.height <= fullSize.height);