Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

1037     int crop_w = crop.right - crop.left;
1076 crop_l += (int)round((double)crop_w * leftCutRatio);
1078 crop_r -= (int)round((double)crop_w * rightCutRatio);
1547 int crop_w = crop.right - crop.left;
1549 Dim dcrop(crop.left, crop.top, crop_w, crop_h);