Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:new_cropR

1829         hwc_rect_t new_cropR;
1830 new_cropR.left = tmp_cropL.left;
1831 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1834 new_cropL.left = new_cropR.right;
1840 tmp_cropR.left = new_cropR.left;
1841 tmp_cropR.right = new_cropR.right;
1955 hwc_rect_t new_cropR;
1956 new_cropR.left = tmp_cropL.left;
1957 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1960 new_cropL.left = new_cropR.right;
1966 tmp_cropR.left = new_cropR.left;
1967 tmp_cropR.right = new_cropR.right;