Home | History | Annotate | Download | only in lvpp

Lines Matching refs:cropLeft

1672     int32_t cropLeft, cropTop, cropRight, cropBottom;
1681 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1683 cropLeft = cropTop = 0;
1690 cropLeft, cropTop, cropRight, cropBottom);
1693 mCropRect.left = cropLeft;
1709 int32_t usableWidth = cropRight - cropLeft + 1;