Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:bottomCutRatio

1130         double& rightCutRatio, double& bottomCutRatio, int orient) {
1135 swap(topCutRatio, bottomCutRatio);
1142 rightCutRatio = bottomCutRatio;
1143 bottomCutRatio = tmpCutRatio;
1272 bottomCutRatio = 0.0;
1290 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
1294 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
1298 crop_b -= (int)round((double)crop_h * bottomCutRatio);