Home | History | Annotate | Download | only in wm

Lines Matching refs:cropHeight

3071                 int cropHeight = (int)((float)height / (float)width * frame.width());
3072 crop.bottom = crop.top + cropHeight;