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() 580 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 | 479 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI() 587 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
|
D | hwc_utils.cpp | 1090 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect() function
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 344 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 | 1308 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect() function
|