Searched refs:createRoughCanvas (Results 1 – 4 of 4) sorted by relevance
698 Editor.createRoughCanvas = function(c) function1228 mxShape.prototype.createRoughCanvas = function(c) method in mxShape1230 return new RoughCanvas(c, Editor.createRoughCanvas(c), this); 1247 return this.createRoughCanvas(c);
3135 Editor.createRoughCanvas=function(b){var d=rough.canvas({getContext:function(){return b}});d.draw=f… function3151 …createRoughCanvas=function(d){return new b(d,Editor.createRoughCanvas(d),this)};var d=mxShape.prot… method in mxShape
10467 Editor.createRoughCanvas=function(b){var c=rough.canvas({getContext:function(){return b}});c.draw=f… function10483 …createRoughCanvas=function(c){return new b(c,Editor.createRoughCanvas(c),this)};var c=mxShape.prot… method in mxShape