Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

557     int crop_w = crop.right - crop.left;
596 crop_l += crop_w * leftCutRatio;
598 crop_r -= crop_w * rightCutRatio;
894 int crop_w = crop.right - crop.left;
896 Dim dcrop(crop.left, crop.top, crop_w, crop_h);