Lines Matching refs:inputCrop
949 IMapper::Rect inputCrop; in cropAndScaleLocked() local
950 ret = getCropRect(mCroppingType, inSz, outSz, &inputCrop); in cropAndScaleLocked()
958 ret = in->getCroppedLayout(inputCrop, &croppedLayout); in cropAndScaleLocked()
1000 inputCrop.width, in cropAndScaleLocked()
1001 inputCrop.height, in cropAndScaleLocked()
1015 __FUNCTION__, inputCrop.width, inputCrop.height, in cropAndScaleLocked()
1090 IMapper::Rect inputCrop { in cropAndScaleThumbLocked() local
1096 if ((inputCrop.top < 0) || in cropAndScaleThumbLocked()
1097 (inputCrop.top >= static_cast<int32_t>(inSz.height)) || in cropAndScaleThumbLocked()
1098 (inputCrop.left < 0) || in cropAndScaleThumbLocked()
1099 (inputCrop.left >= static_cast<int32_t>(inSz.width)) || in cropAndScaleThumbLocked()
1100 (inputCrop.width <= 0) || in cropAndScaleThumbLocked()
1101 (inputCrop.width + inputCrop.left > static_cast<int32_t>(inSz.width)) || in cropAndScaleThumbLocked()
1102 (inputCrop.height <= 0) || in cropAndScaleThumbLocked()
1103 (inputCrop.height + inputCrop.top > static_cast<int32_t>(inSz.height))) in cropAndScaleThumbLocked()
1109 __FUNCTION__, inputCrop.left, inputCrop.top, in cropAndScaleThumbLocked()
1110 inputCrop.width, inputCrop.height); in cropAndScaleThumbLocked()
1115 ret = in->getCroppedLayout(inputCrop, &inputLayout); in cropAndScaleThumbLocked()
1120 __FUNCTION__, inputCrop.left, inputCrop.top, in cropAndScaleThumbLocked()
1121 inputCrop.width, inputCrop.height); in cropAndScaleThumbLocked()
1127 __FUNCTION__, inputCrop.left, inputCrop.top, in cropAndScaleThumbLocked()
1128 inputCrop.width, inputCrop.height); in cropAndScaleThumbLocked()
1148 inputCrop.width, in cropAndScaleThumbLocked()
1149 inputCrop.height, in cropAndScaleThumbLocked()
1162 __FUNCTION__, inputCrop.width, inputCrop.height, in cropAndScaleThumbLocked()