Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:topCutRatio

1129 static void calc_cut(double& leftCutRatio, double& topCutRatio,
1135 swap(topCutRatio, bottomCutRatio);
1140 leftCutRatio = topCutRatio;
1141 topCutRatio = rightCutRatio;
1271 double leftCutRatio = 0.0, rightCutRatio = 0.0, topCutRatio = 0.0,
1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1294 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
1296 crop_t += (int)round((double)crop_h * topCutRatio);