Home
last modified time | relevance | path

Searched refs:afterPaint (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1478 var shapeAfterPaint = mxShape.prototype.afterPaint;
1479 mxShape.prototype.afterPaint = function(c) method in mxShape
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js253 …eckBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.paint(b),a.shape.afterPaint(b),b.restore())};
254 ….checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint(b),a.text.afterPaint(b),b.restore())}…
377 …ointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a),this.afterPaint(a),this.node!=a.…
386 …gradients}};mxShape.prototype.beforePaint=function(a){};mxShape.prototype.afterPaint=function(a){}; method in mxShape
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js457 …eckBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.paint(b),a.shape.afterPaint(b),b.restore())};
458 ….checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint(b),a.text.afterPaint(b),b.restore())}…
581 …ointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a),this.afterPaint(a),this.node!=a.…
590 …gradients}};mxShape.prototype.beforePaint=function(a){};mxShape.prototype.afterPaint=function(a){}; method in mxShape
2739 var bb=mxShape.prototype.afterPaint;mxShape.prototype.afterPaint=function(b){bb.apply(this,argument…
H A Dviewer-static.min.js457 …eckBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.paint(b),a.shape.afterPaint(b),b.restore())};
458 ….checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint(b),a.text.afterPaint(b),b.restore())}…
581 …ointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a),this.afterPaint(a),this.node!=a.…
590 …gradients}};mxShape.prototype.beforePaint=function(a){};mxShape.prototype.afterPaint=function(a){}; method in mxShape
2739 var bb=mxShape.prototype.afterPaint;mxShape.prototype.afterPaint=function(b){bb.apply(this,argument…
H A Dapp.min.js491 …eckBounds()&&(b.save(),a.shape.beforePaint(b),a.shape.paint(b),a.shape.afterPaint(b),b.restore())};
492 ….checkBounds()&&(b.save(),a.text.beforePaint(b),a.text.paint(b),a.text.afterPaint(b),b.restore())}…
615 …ointerEvents=this.pointerEvents,this.beforePaint(a),this.paint(a),this.afterPaint(a),this.node!=a.…
624 …gradients}};mxShape.prototype.beforePaint=function(a){};mxShape.prototype.afterPaint=function(a){}; method in mxShape
3284 …);null==a.handJiggle&&(a.handJiggle=this.createHandJiggle(a))};var Ya=mxShape.prototype.afterPaint;
3285 mxShape.prototype.afterPaint=function(a){Ya.apply(this,arguments);null!=a.handJiggle&&(a.handJiggle…