Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

1244     int crop_w = crop.right - crop.left;
1283 crop_l += (int)round((double)crop_w * leftCutRatio);
1285 crop_r -= (int)round((double)crop_w * rightCutRatio);
1765 int crop_w = crop.right - crop.left;
1767 Dim dcrop(crop.left, crop.top, crop_w, crop_h);