Home
last modified time | relevance | path

Searched refs:commonRect (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp626 hwc_rect_t commonRect = getIntersection(prevOvlap, overlap); in drawOverlap() local
627 if(isValidRect(commonRect)) { in drawOverlap()
628 overlap = deductRect(overlap, commonRect); in drawOverlap()
Dhwc_mdpcomp.cpp1005 hwc_rect_t commonRect = getIntersection(overlapRect[0], overlapRect[1]); in fullMDPCompWithPTOR() local
1006 if(isValidRect(commonRect)) { in fullMDPCompWithPTOR()
1007 overlapRect[1] = deductRect(overlapRect[1], commonRect); in fullMDPCompWithPTOR()
1019 if(isValidRect(commonRect)) { in fullMDPCompWithPTOR()