Lines Matching refs:src

241 	var src = this.image;
243 if (src.substring(0, 26) == 'data:image/svg+xml;base64,' && this.style != null &&
246 if (this.clippedSvg == null || this.clippedImage != src)
248 this.clippedSvg = Graph.clipSvgDataUri(src);
249 this.clippedImage = src;
252 src = this.clippedSvg;
255 return src;
5175 arrow = mxUtils.createImage(img.src);
8377 var src = model.getTerminal(cell, true);
8381 model.setTerminal(cell, src, false);
8403 var sourceState = this.view.getState(src);
8411 this.setConnectionConstraint(cell, src, true, tc);
8926 var src = mxEvent.getSource(evt);
8928 if ((this.firstClickState == state && this.firstClickSource == src) &&
8935 (mxClient.IS_SVG && src == this.view.getCanvas().ownerSVGElement)))
9659 result = new mxImage(obj.src, obj.width, obj.height)
9874 bgImg.width, bgImg.height, bgImg.src, true);
12450 new Image().src = HoverIcons.prototype.mainHandle.src;
12451 new Image().src = HoverIcons.prototype.fixedHandle.src;
12452 new Image().src = HoverIcons.prototype.terminalHandle.src;
12453 new Image().src = HoverIcons.prototype.secondaryHandle.src;
12454 new Image().src = HoverIcons.prototype.rotationHandle.src;
12456 new Image().src = HoverIcons.prototype.triangleUp.src;
12457 new Image().src = HoverIcons.prototype.triangleRight.src;
12458 new Image().src = HoverIcons.prototype.triangleDown.src;
12459 new Image().src = HoverIcons.prototype.triangleLeft.src;
12460 new Image().src = HoverIcons.prototype.refreshTarget.src;
12461 new Image().src = HoverIcons.prototype.roundDrop.src;
12827 var shape = new mxImageShape(new mxRectangle(0, 0, img.width, img.height), img.src);