Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:topCutRatio

914 static void calc_cut(double& leftCutRatio, double& topCutRatio,
920 swap(topCutRatio, bottomCutRatio);
925 leftCutRatio = topCutRatio;
926 topCutRatio = rightCutRatio;
1053 double leftCutRatio = 0.0, rightCutRatio = 0.0, topCutRatio = 0.0,
1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1076 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
1078 crop_t += (int)round((double)crop_h * topCutRatio);