Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:bottomCutRatio

955         double& rightCutRatio, double& bottomCutRatio, int orient) {
960 swap(topCutRatio, bottomCutRatio);
967 rightCutRatio = bottomCutRatio;
968 bottomCutRatio = tmpCutRatio;
1067 bottomCutRatio = 0.0;
1085 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1089 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
1093 crop_b -= (int)round((double)crop_h * bottomCutRatio);