Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

551     int crop_w = crop.right - crop.left;
592 crop_l += crop_w * leftCutRatio;
594 crop_r -= crop_w * rightCutRatio;
891 int crop_w = crop.right - crop.left;
893 Dim dcrop(crop.left, crop.top, crop_w, crop_h);