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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 534 float tempHeight = float(r.bottom - r.top);
537 hRatio = tempHeight/height;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 521 float tempHeight = float(r.bottom - r.top);
524 hRatio = tempHeight/height;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 670 float tempHeight = float(r.bottom - r.top);
673 hRatio = tempHeight/height;
    [all...]

Completed in 39 milliseconds