Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_h

552     int crop_h = crop.bottom - crop.top;
593 crop_t += crop_h * topCutRatio;
595 crop_b -= crop_h * bottomCutRatio;
892 int crop_h = crop.bottom - crop.top;
893 Dim dcrop(crop.left, crop.top, crop_w, crop_h);