Lines Matching full:sx
2594 sx = 1,
2640 sx *= t[1];
2650 sx *= t[1];
2669 _.sx = sx;
2675 if (sx == 1 && sy == 1 && !deg && _.bbox) {
4861 // from[attr] = [_.sx, _.sy, _.deg, _.dx, _.dy];
4865 // (to2._.sx - _.sx) / ms,
6216 if (o._.sx != 1 || o._.sy != 1) {
6217 value /= mmax(abs(o._.sx), abs(o._.sy)) || 1;
6420 sx: 1, property
6503 - sx (number) horisontal scale amount
6510 elproto.scale = function (sx, sy, cx, cy) { argument
6514 sx = Str(sx).split(separator);
6515 if (sx.length - 1) {
6516 sy = toFloat(sx[1]);
6517 cx = toFloat(sx[2]);
6518 cy = toFloat(sx[3]);
6520 sx = toFloat(sx[0]);
6521 (sy == null) && (sy = sx);
6528 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
6603 if (_.sx != 1 || _.sy != 1) {
7209 setCoords = function (p, sx, sy, dx, dy, deg) { argument
7218 kx = zoom / sx,
7221 if (!sx || !sy) {
7225 s.rotation = deg * (sx * sy < 0 ? -1 : 1);
7231 sx < 0 && (flip += "x");
7244 fill.size = _.fillsize[0] * abs(sx) + S + _.fillsize[1] * abs(sy);
7575 sx: 1, property
7675 elproto.scale = function (sx, sy, cx, cy) { argument
7679 sx = Str(sx).split(separator);
7680 if (sx.length - 1) {
7681 sy = toFloat(sx[1]);
7682 cx = toFloat(sx[2]);
7683 cy = toFloat(sx[3]);
7687 sx = toFloat(sx[0]);
7688 (sy == null) && (sy = sx);
7696 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));