Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:new_cropR

1077         hwc_rect_t new_cropR;
1078 new_cropR.left = tmp_cropL.left;
1079 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1082 new_cropL.left = new_cropR.right;
1088 tmp_cropR.left = new_cropR.left;
1089 tmp_cropR.right = new_cropR.right;