Searched defs:dst_height_l (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp734 int dst_width_l, dst_height_l; local
761 dst_height_l = dstL.bottom - dstL.top;
766 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp721 int dst_width_l, dst_height_l; local
748 dst_height_l = dstL.bottom - dstL.top;
753 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp963 int dst_width_l, dst_height_l; local
990 dst_height_l = dstL.bottom - dstL.top;
995 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp899 int dst_width_l, dst_height_l; local
926 dst_height_l = dstL.bottom - dstL.top;
931 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))

Completed in 48 milliseconds