Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:new_cropR

2169         hwc_rect_t new_cropR;
2170 new_cropR.left = tmp_cropL.left;
2171 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
2174 new_cropL.left = new_cropR.right;
2180 tmp_cropR.left = new_cropR.left;
2181 tmp_cropR.right = new_cropR.right;
2297 hwc_rect_t new_cropR;
2298 new_cropR.left = tmp_cropL.left;
2299 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
2302 new_cropL.left = new_cropR.right;
2308 tmp_cropR.left = new_cropR.left;
2309 tmp_cropR.right = new_cropR.right;