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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 561 int& dst_l = dst.left; local
578 if(dst_l < sci_l) {
579 leftCutRatio = (float)(sci_l - dst_l) / (float)dst_w;
580 dst_l = sci_l;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 515 int& dst_l = dst.left; local
532 if(dst_l < sci_l) {
533 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w;
534 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...]

Completed in 123 milliseconds