Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:topCutRatio

1200 static void calc_cut(double& leftCutRatio, double& topCutRatio,
1206 swap(topCutRatio, bottomCutRatio);
1211 leftCutRatio = topCutRatio;
1212 topCutRatio = rightCutRatio;
1338 double leftCutRatio = 0.0, rightCutRatio = 0.0, topCutRatio = 0.0,
1352 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h;
1361 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
1363 crop_t += (int)round((double)crop_h * topCutRatio);