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 472 static inline void calc_cut(float& leftCutRatio, float& topCutRatio,
478 swap(topCutRatio, bottomCutRatio);
483 leftCutRatio = topCutRatio;
484 topCutRatio = rightCutRatio;
572 float leftCutRatio = 0.0f, rightCutRatio = 0.0f, topCutRatio = 0.0f,
586 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
595 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
597 crop_t += crop_h * topCutRatio;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 427 static void calc_cut(double& leftCutRatio, double& topCutRatio,
433 swap(topCutRatio, bottomCutRatio);
438 leftCutRatio = topCutRatio;
439 topCutRatio = rightCutRatio;
527 double leftCutRatio = 0.0, rightCutRatio = 0.0, topCutRatio = 0.0,
541 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
550 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
552 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/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 907 milliseconds