Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:new_cropR

1835         hwc_rect_t new_cropR;
1836 new_cropR.left = tmp_cropL.left;
1837 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1840 new_cropL.left = new_cropR.right;
1846 tmp_cropR.left = new_cropR.left;
1847 tmp_cropR.right = new_cropR.right;
1961 hwc_rect_t new_cropR;
1962 new_cropR.left = tmp_cropL.left;
1963 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1966 new_cropL.left = new_cropR.right;
1972 tmp_cropR.left = new_cropR.left;
1973 tmp_cropR.right = new_cropR.right;