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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 560 int& dst_l = dst.left; local
575 if(dst_l < sci_l) {
576 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
577 dst_l = sci_l;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 515 int& dst_l = dst.left; local
530 if(dst_l < sci_l) {
531 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
532 dst_l = sci_l;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1054 int& dst_l = dst.left; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1040 int& dst_l = dst.left; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1247 int& dst_l = dst.left; local
    [all...]

Completed in 440 milliseconds