Lines Matching refs:cy1
2276 double cy1 = newImgSize.height*cy1_0/imageSize.height;
2283 double s0 = std::max(std::max(std::max((double)cx1/(cx1_0 - inner1.x), (double)cy1/(cy1_0 - inner1.y)),
2285 (double)(newImgSize.height - cy1)/(inner1.y + inner1.height - cy1_0));
2291 double s1 = std::min(std::min(std::min((double)cx1/(cx1_0 - outer1.x), (double)cy1/(cy1_0 - outer1.y)),
2293 (double)(newImgSize.height - cy1)/(outer1.y + outer1.height - cy1_0));
2303 cc_new[0] = cvPoint2D64f(cx1, cy1);
2309 cvmSet(_P1, 1, 2, cy1);
2320 cvCeil((inner1.y - cy1_0)*s + cy1),
2410 double cy1 = -fy1 * outer.y;
2416 M[1][2] = cy0*(1 - alpha) + cy1*alpha;