Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

511     int crop_w = crop.right - crop.left;
552 crop_l += crop_w * leftCutRatio;
554 crop_r -= crop_w * rightCutRatio;
852 int crop_w = crop.right - crop.left;
854 Dim dcrop(crop.left, crop.top, crop_w, crop_h);