Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_h

559     int crop_h = crop.bottom - crop.top;
600 crop_t += crop_h * topCutRatio;
602 crop_b -= crop_h * bottomCutRatio;
900 int crop_h = crop.bottom - crop.top;
901 Dim dcrop(crop.left, crop.top, crop_w, crop_h);