Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:crop_w

512     int crop_w = crop.right - crop.left;
551 crop_l += crop_w * leftCutRatio;
553 crop_r -= crop_w * rightCutRatio;
802 uint32_t crop_w = (crop.right - crop.left);
805 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
810 crop.right = crop.left + crop_w;
813 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
831 int crop_w = crop.right - crop.left;
833 Dim dcrop(crop.left, crop.top, crop_w, crop_h);