Home | History | Annotate | Download | only in src

Lines Matching full:scale1

557     double t, scale1 = 0, scale2 = 0;
585 scale1 += std::sqrt(x*x + y*y);
591 scale1 *= t;
594 if( scale1 < FLT_EPSILON || scale2 < FLT_EPSILON )
597 scale1 = std::sqrt(2.)/scale1;
607 double x1 = (m1[i].x - m1c.x)*scale1;
608 double y1 = (m1[i].y - m1c.y)*scale1;
649 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 };