Lines Matching refs:_

2560                     _: {  class in AnonymousFunctionaefe14e85800.el
2587 return el._.transform;
2589 tstr = Str(tstr).replace(/\.{3}|\u2026/g, el._.transform || E);
2596 _ = el._,
2598 _.transform = tdata || [];
2656 _.dirtyT = 1;
2669 _.sx = sx;
2670 _.sy = sy;
2671 _.deg = deg;
2672 _.dx = dx = m.e;
2673 _.dy = dy = m.f;
2675 if (sx == 1 && sy == 1 && !deg && _.bbox) {
2676 _.bbox.x += +dx;
2677 _.bbox.y += +dy;
2679 _.dirtyT = 1;
4095 var _ = this._;
4097 if (_.dirty || !_.bboxwt) {
4099 _.bboxwt = pathDimensions(this.realPath);
4100 _.bboxwt.toString = x_y_w_h;
4101 _.dirty = 0;
4103 return _.bboxwt;
4105 if (_.dirty || _.dirtyT || !_.bbox) {
4106 if (_.dirty || !this.realPath) {
4107 _.bboxwt = 0;
4110 _.bbox = pathDimensions(mapPath(this.realPath, this.matrix));
4111 _.bbox.toString = x_y_w_h;
4112 _.dirty = _.dirtyT = 0;
4114 return _.bbox;
4822 var _ = element._,
4823 eq = equaliseTransform(_[attr], to[attr]);
4838 _: {transform: _.transform}, class in runAnimation.to2
4852 to[attr] = to2._.transform;
5950 if (o._.arrows) {
5952 o._.arrows.endPath && markerCounter[o._.arrows.endPath]--;
5953 o._.arrows.endMarker && markerCounter[o._.arrows.endMarker]--;
5955 o._.arrows.startPath && markerCounter[o._.arrows.startPath]--;
5956 o._.arrows.startMarker && markerCounter[o._.arrows.startMarker]--;
5959 o._.arrows = {};
6000 from = o._.arrows.startdx * stroke || 0;
6004 to = R.getTotalLength(attrs.path) - (o._.arrows.enddx * stroke || 0);
6012 o._.arrows[se + "Path"] = pathId;
6013 o._.arrows[se + "Marker"] = markerId;
6014 o._.arrows[se + "dx"] = delta;
6015 o._.arrows[se + "Type"] = type;
6016 o._.arrows[se + "String"] = value;
6019 from = o._.arrows.startdx * stroke || 0;
6023 to = R.getTotalLength(attrs.path) - (o._.arrows.enddx * stroke || 0);
6025 o._.arrows[se + "Path"] && $(node, {d: R.getSubpath(attrs.path, from, to)});
6026 delete o._.arrows[se + "Path"];
6027 delete o._.arrows[se + "Marker"];
6028 delete o._.arrows[se + "dx"];
6029 delete o._.arrows[se + "Type"];
6030 delete o._.arrows[se + "String"];
6145 o._.dirty = 1;
6146 if (o._.arrows) {
6147 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
6148 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
6154 o._.dirty = 1;
6172 o._.dirty = 1;
6176 o._.dirty = 1;
6194 o._.dirty = 1;
6202 o._.dirty = 1;
6210 if (o._.sx != 1 || o._.sy != 1) {
6211 value /= mmax(abs(o._.sx), abs(o._.sy)) || 1;
6220 if (o._.arrows) {
6221 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
6222 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
6280 if (att == "stroke" && o._.arrows) {
6281 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
6282 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
6308 o._.dirty = 1;
6351 el._.dirty = 1;
6412 this._ = { class in AnonymousFunctionaefe14e8e700
6486 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
6522 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
6546 this.transform(this._.transform.concat([["t", dx, dy]]));
6587 var _ = this._;
6589 return _.transform;
6597 if (_.sx != 1 || _.sy != 1) {
6760 res.transform = this._.transform;
6768 return this._.transform;
7043 top._.dirty = 1;
7044 top._.dirtyT = 1;
7204 var _ = p._,
7206 fillpos = _.fillpos,
7229 if (fillpos || _.fillsize) {
7237 if (_.fillsize) {
7238 fill.size = _.fillsize[0] * abs(sx) + S + _.fillsize[1] * abs(sy);
7292 o._.dirty = 1;
7302 o._.fillpos = [a.x, a.y];
7303 o._.fillsize = [a.width, a.height];
7314 o._.dirty = 1;
7385 o._.fillpos = [bbox.x, bbox.y];
7388 o._.fillsize = [this.offsetWidth, this.offsetHeight];
7476 res._.dirty = 1;
7567 this._ = { class in AnonymousFunctionaefe14e811100
7589 return this._.transform;
7595 oldt = tstr = Str(tstr).replace(/\.{3}|\u2026/g, this._.transform || E);
7626 oldt && (this._.transform = oldt);
7648 this._.dirtyT = 1;
7649 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
7662 if (this._.bbox) {
7663 this._.bbox.x += dx;
7664 this._.bbox.y += dy;
7666 this.transform(this._.transform.concat([["t", dx, dy]]));
7690 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
7691 this._.dirtyT = 1;
7737 res.transform = this._.transform;
7928 res._.fillpos = [x, y];
7929 res._.fillsize = [w, h];