HomeSort by relevance Sort by last modified time
    Searched refs:updatingRect (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 504 hwc_rect_t updatingRect = dst;
512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
516 roi = getUnion(roi, updatingRect);
619 hwc_rect_t updatingRect = dst;
627 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
631 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
635 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 593 hwc_rect_t updatingRect = dst;
601 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
605 roi = getUnion(roi, updatingRect);
709 hwc_rect_t updatingRect = dst;
717 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
721 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
725 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 429 hwc_rect_t updatingRect = dst;
436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
437 hwc_rect_t intersect = getIntersection(updatingRect, scissor);
    [all...]

Completed in 51 milliseconds