Home | History | Annotate | Download | only in libhwc

Lines Matching refs:w_orig

222     T w_orig = w, h_orig = h;
227 crop->left = (w - w_orig) / 2;
229 crop->right = crop->left + w_orig;