Searched refs:isSameRect (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 265 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
|
D | hwc_mdpcomp.cpp | 478 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 578 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
|
D | hwc_utils.cpp | 1103 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect() function
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 289 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
|
D | hwc_mdpcomp.cpp | 471 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 579 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
|
D | hwc_utils.cpp | 1089 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect() function
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 342 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
|
D | hwc_mdpcomp.cpp | 580 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 644 if(!isSameRect(dst, tmpDst)) { in trimAgainstROI() 688 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 2656 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
|
D | hwc_utils.cpp | 1306 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect() function
|