Searched refs:updatingRect (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp512 hwc_rect_t updatingRect = dst; local
520 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
524 roi = getUnion(roi, updatingRect);
627 hwc_rect_t updatingRect = dst; local
635 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
639 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
643 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp429 hwc_rect_t updatingRect = dst; local
436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
437 hwc_rect_t intersect = getIntersection(updatingRect, scissor);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp1407 hwc_rect_t updatingRect = dst; local
1414 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
1415 hwc_rect_t intersect = getIntersection(updatingRect, scissor);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp529 hwc_rect_t updatingRect = dst; local
536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
537 hwc_rect_t intersect = getIntersection(updatingRect, scissor);

Completed in 49 milliseconds