Searched defs:dst_width_l (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp734 int dst_width_l, dst_height_l; local
760 dst_width_l = dstL.right - dstL.left;
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
747 dst_width_l = dstL.right - dstL.left;
753 if(((src_width_l != dst_width_l) || (src_height_l != dst_height_l)))

Completed in 34 milliseconds