Searched refs:beforePaint (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 1467 var shapeBeforePaint = mxShape.prototype.beforePaint; 1468 mxShape.prototype.beforePaint = function(c) method in mxShape
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 253 …){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.pain… 254 …ext=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint… 377 …=this.createCanvas();null!=a&&(a.pointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a… 386 …s(this.oldGradients);this.oldGradients=a.gradients}};mxShape.prototype.beforePaint=function(a){};m… method in mxShape
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 457 …){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.pain… 458 …ext=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint… 581 …=this.createCanvas();null!=a&&(a.pointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a… 590 …s(this.oldGradients);this.oldGradients=a.gradients}};mxShape.prototype.beforePaint=function(a){};m… method in mxShape 2738 …pe.prototype.defaultJiggle=1.5;var ab=mxShape.prototype.beforePaint;mxShape.prototype.beforePaint=…
|
H A D | viewer-static.min.js | 457 …){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.pain… 458 …ext=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint… 581 …=this.createCanvas();null!=a&&(a.pointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a… 590 …s(this.oldGradients);this.oldGradients=a.gradients}};mxShape.prototype.beforePaint=function(a){};m… method in mxShape 2738 …pe.prototype.defaultJiggle=1.5;var ab=mxShape.prototype.beforePaint;mxShape.prototype.beforePaint=…
|
H A D | app.min.js | 491 …){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.pain… 492 …ext=function(a,b){null!=a.text&&a.text.checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint… 615 …=this.createCanvas();null!=a&&(a.pointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a… 624 …s(this.oldGradients);this.oldGradients=a.gradients}};mxShape.prototype.beforePaint=function(a){};m… method in mxShape 3284 …pe.prototype.defaultJiggle=1.5;var Xa=mxShape.prototype.beforePaint;mxShape.prototype.beforePaint=…
|