Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

1051     int crop_w = crop.right - crop.left;
1090 crop_l += (int)round((double)crop_w * leftCutRatio);
1092 crop_r -= (int)round((double)crop_w * rightCutRatio);
1513 uint32_t crop_w = (crop.right - crop.left);
1516 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
1521 crop.right = crop.left + crop_w;
1524 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
1542 int crop_w = crop.right - crop.left;
1544 Dim dcrop(crop.left, crop.top, crop_w, crop_h);