Searched refs:noTransform (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A 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
|
H A D | fabric.js | 11449 render: function(ctx, noTransform) { argument 11459 if (!noTransform) { 11470 this._render(ctx, noTransform); 11514 if (!this.active || noTransform) { 13626 _render: function(ctx, noTransform) { argument 13629 if (noTransform) { 13952 _render: function(ctx, noTransform) { argument 14323 _render: function(ctx, noTransform) { argument 14483 _render: function(ctx, noTransform) { argument 20082 render: function(ctx, noTransform) { argument [all …]
|