Searched refs:noTransform (Results 1 – 2 of 2) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 11449 render: function(ctx, noTransform) { argument 11459 if (!noTransform) { 11470 this._render(ctx, noTransform); 11513 _renderControls: function(ctx, noTransform) { argument 11514 if (!this.active || noTransform) { 13626 _render: function(ctx, noTransform) { argument 13629 if (noTransform) { 13952 _render: function(ctx, noTransform) { argument 13954 ctx.arc(noTransform ? this.left + this.radius : 0, 13955 noTransform ? this.top + this.radius : 0, [all …]
|
| D | fabric.min.js | 6 …noTransform){if(this.width===0&&this.height===0||!this.visible){return}ctx.save();this._setupCompo… argument 8 …noTransform){ctx.beginPath();if(noTransform){var cp=this.getCenterPoint();ctx.translate(cp.x-this.… argument 9 …noTransform){this.callSuper("_renderControls",ctx,noTransform);for(var i=0,len=this._objects.lengt… argument 11 …ctx,noTransform){if(!this.visible){return}ctx.save();this._setTextStyles(ctx);if(this._shouldClear… argument
|