HomeSort by relevance Sort by last modified time
    Searched refs:dst_height_l (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 734 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)))
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 721 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)))
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 887 int dst_width_l, dst_height_l; local
    [all...]

Completed in 41 milliseconds