Home | History | Annotate | Download | only in src

Lines Matching defs:cropBottom

796     int32_t cropLeft, cropTop, cropRight, cropBottom;
816 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
820 cropBottom = vHeight - 1;
825 cropLeft, cropTop, cropRight, cropBottom);
831 pDecShellContext->mCropRect.bottom = cropBottom;
834 height = cropBottom - cropTop + 1;