Lines Matching refs:_

206             if (o._.arrows) {
208 o._.arrows.endPath && markerCounter[o._.arrows.endPath]--;
209 o._.arrows.endMarker && markerCounter[o._.arrows.endMarker]--;
211 o._.arrows.startPath && markerCounter[o._.arrows.startPath]--;
212 o._.arrows.startMarker && markerCounter[o._.arrows.startMarker]--;
215 o._.arrows = {};
256 from = o._.arrows.startdx * stroke || 0;
260 to = R.getTotalLength(attrs.path) - (o._.arrows.enddx * stroke || 0);
268 o._.arrows[se + "Path"] = pathId;
269 o._.arrows[se + "Marker"] = markerId;
270 o._.arrows[se + "dx"] = delta;
271 o._.arrows[se + "Type"] = type;
272 o._.arrows[se + "String"] = value;
275 from = o._.arrows.startdx * stroke || 0;
279 to = R.getTotalLength(attrs.path) - (o._.arrows.enddx * stroke || 0);
281 o._.arrows[se + "Path"] && $(node, {d: R.getSubpath(attrs.path, from, to)});
282 delete o._.arrows[se + "Path"];
283 delete o._.arrows[se + "Marker"];
284 delete o._.arrows[se + "dx"];
285 delete o._.arrows[se + "Type"];
286 delete o._.arrows[se + "String"];
409 o._.dirty = 1;
410 if (o._.arrows) {
411 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
412 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
418 o._.dirty = 1;
436 o._.dirty = 1;
440 o._.dirty = 1;
458 o._.dirty = 1;
466 o._.dirty = 1;
474 if (o._.sx != 1 || o._.sy != 1) {
475 value /= mmax(abs(o._.sx), abs(o._.sy)) || 1;
481 if (o._.arrows) {
482 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
483 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
540 if (att == "stroke" && o._.arrows) {
541 "startString" in o._.arrows && addArrow(o, o._.arrows.startString);
542 "endString" in o._.arrows && addArrow(o, o._.arrows.endString, 1);
568 o._.dirty = 1;
611 el._.dirty = 1;
688 this._ = { class in AnonymousFunctionc1baaa4d0900
762 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
798 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
822 this.transform(this._.transform.concat([["t", dx, dy]]));
863 var _ = this._;
865 return _.transform;
873 if (_.sx != 1 || _.sy != 1) {
1060 res.transform = this._.transform;
1068 return this._.transform;
1344 top._.dirty = 1;
1345 top._.dirtyT = 1;