Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:new_cropR

1823         hwc_rect_t new_cropR;
1824 new_cropR.left = tmp_cropL.left;
1825 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1828 new_cropL.left = new_cropR.right;
1834 tmp_cropR.left = new_cropR.left;
1835 tmp_cropR.right = new_cropR.right;
1949 hwc_rect_t new_cropR;
1950 new_cropR.left = tmp_cropL.left;
1951 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1954 new_cropL.left = new_cropR.right;
1960 tmp_cropR.left = new_cropR.left;
1961 tmp_cropR.right = new_cropR.right;