Home | History | Annotate | Download | only in lvpp

Lines Matching refs:cropRight

1672     int32_t cropLeft, cropTop, cropRight, cropBottom;
1681 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1684 cropRight = vWidth - 1;
1690 cropLeft, cropTop, cropRight, cropBottom);
1694 mCropRect.right = cropRight;
1709 int32_t usableWidth = cropRight - cropLeft + 1;