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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 476 static inline void calc_cut(float& leftCutRatio, float& topCutRatio,
482 swap(topCutRatio, bottomCutRatio);
487 leftCutRatio = topCutRatio;
488 topCutRatio = rightCutRatio;
576 float leftCutRatio = 0.0f, rightCutRatio = 0.0f, topCutRatio = 0.0f,
590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
599 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
601 crop_t += crop_h * topCutRatio;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 914 static void calc_cut(double& leftCutRatio, double& topCutRatio,
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 173 milliseconds