Home | History | Annotate | Download | only in lvpp

Lines Matching refs:cropBottom

1672     int32_t cropLeft, cropTop, cropRight, cropBottom;
1681 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1685 cropBottom = vHeight - 1;
1690 cropLeft, cropTop, cropRight, cropBottom);
1696 mCropRect.bottom = cropBottom;
1710 int32_t usableHeight = cropBottom - cropTop + 1;