Home | History | Annotate | Download | only in gui

Lines Matching defs:cropRect

799         Rect cropRect = mCurrentCrop;
803 if (!cropRect.isEmpty()) {
832 if (cropRect.width() < bufferWidth) {
833 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
834 sx = (float(cropRect.width()) - (2.0f * shrinkAmount)) /
837 if (cropRect.height() < bufferHeight) {
838 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) /
840 sy = (float(cropRect.height()) - (2.0f * shrinkAmount)) /