Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:new_cropR

2250         hwc_rect_t new_cropR;
2251 new_cropR.left = tmp_cropL.left;
2252 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
2255 new_cropL.left = new_cropR.right;
2261 tmp_cropR.left = new_cropR.left;
2262 tmp_cropR.right = new_cropR.right;
2381 hwc_rect_t new_cropR;
2382 new_cropR.left = tmp_cropL.left;
2383 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
2386 new_cropL.left = new_cropR.right;
2392 tmp_cropR.left = new_cropR.left;
2393 tmp_cropR.right = new_cropR.right;