Lines Matching refs:_

2560                     _: {  class in AnonymousFunctionfecc8d705800.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;
5949 if (o._.arrows) {
5951 o._.arrows.endPath && markerCounter[o._.arrows.endPath]--;
5952 o._.arrows.endMarker && markerCounter[o._.arrows.endMarker]--;
5954 o._.arrows.startPath && markerCounter[o._.arrows.startPath]--;
5955 o._.arrows.startMarker && markerCounter[o._.arrows.startMarker]--;
5958 o._.arrows = {};
5999 from = o._.arrows.startdx * stroke || 0;
6003 to = R.getTotalLength(attrs.path) - (o._.arrows.enddx * stroke || 0);
6011 o._.arrows[se + "Path"] = pathId;
6012 o._.arrows[se + "Marker"] = markerId;
6013 o._.arrows[se + "dx"] = delta;
6014 o._.arrows[se + "Type"] = type;
6015 o._.arrows[se + "String"] = value;
6018 from = o._.arrows.startdx * stroke || 0;
6022 to = R.getTotalLength(attrs.path) - (o._.arrows.enddx * stroke || 0);
6024 o._.arrows[se + "Path"] && $(node, {d: R.getSubpath(attrs.path, from, to)});
6025 delete o._.arrows[se + "Path"];
6026 delete o._.arrows[se + "Marker"];
6027 delete o._.arrows[se + "dx"];
6028 delete o._.arrows[se + "Type"];
6029 delete o._.arrows[se + "String"];
6151 o._.dirty = 1;
6152 if (o._.arrows) {
6153 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
6154 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
6160 o._.dirty = 1;
6178 o._.dirty = 1;
6182 o._.dirty = 1;
6200 o._.dirty = 1;
6208 o._.dirty = 1;
6216 if (o._.sx != 1 || o._.sy != 1) {
6217 value /= mmax(abs(o._.sx), abs(o._.sy)) || 1;
6226 if (o._.arrows) {
6227 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
6228 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
6286 if (att == "stroke" && o._.arrows) {
6287 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
6288 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
6314 o._.dirty = 1;
6357 el._.dirty = 1;
6418 this._ = { class in AnonymousFunctionfecc8d70e700
6492 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
6528 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
6552 this.transform(this._.transform.concat([["t", dx, dy]]));
6593 var _ = this._;
6595 return _.transform;
6603 if (_.sx != 1 || _.sy != 1) {
6766 res.transform = this._.transform;
6774 return this._.transform;
7049 top._.dirty = 1;
7050 top._.dirtyT = 1;
7210 var _ = p._,
7212 fillpos = _.fillpos,
7235 if (fillpos || _.fillsize) {
7243 if (_.fillsize) {
7244 fill.size = _.fillsize[0] * abs(sx) + S + _.fillsize[1] * abs(sy);
7298 o._.dirty = 1;
7308 o._.fillpos = [a.x, a.y];
7309 o._.fillsize = [a.width, a.height];
7320 o._.dirty = 1;
7391 o._.fillpos = [bbox.x, bbox.y];
7394 o._.fillsize = [this.offsetWidth, this.offsetHeight];
7482 res._.dirty = 1;
7573 this._ = { class in AnonymousFunctionfecc8d7011100
7595 return this._.transform;
7601 oldt = tstr = Str(tstr).replace(/\.{3}|\u2026/g, this._.transform || E);
7632 oldt && (this._.transform = oldt);
7654 this._.dirtyT = 1;
7655 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
7668 if (this._.bbox) {
7669 this._.bbox.x += dx;
7670 this._.bbox.y += dy;
7672 this.transform(this._.transform.concat([["t", dx, dy]]));
7696 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
7697 this._.dirtyT = 1;
7743 res.transform = this._.transform;
7934 res._.fillpos = [x, y];
7935 res._.fillsize = [w, h];