Home | History | Annotate | Download | only in src

Lines Matching refs:cy2

2278     double cy2 = newImgSize.height*cy2_0/imageSize.height;
2286 s0 = std::max(std::max(std::max(std::max((double)cx2/(cx2_0 - inner2.x), (double)cy2/(cy2_0 - inner2.y)),
2288 (double)(newImgSize.height - cy2)/(inner2.y + inner2.height - cy2_0)),
2294 s1 = std::min(std::min(std::min(std::min((double)cx2/(cx2_0 - outer2.x), (double)cy2/(cy2_0 - outer2.y)),
2296 (double)(newImgSize.height - cy2)/(outer2.y + outer2.height - cy2_0)),
2304 cc_new[1] = cvPoint2D64f(cx2, cy2);
2314 cvmSet(_P2, 1, 2, cy2);
2328 cvCeil((inner2.y - cy2_0)*s + cy2),