Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_h

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