Searched refs:callSuper (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 1 …callSuper(methodName){var fn=this.constructor.superclass.prototype[methodName];return arguments.le… method in klass 5 …(){this.callSuper("_setBrushStyles");this.canvas.contextTop.strokeStyle=this.getPattern()},createP… 8 …callSuper("initialize",options);this.set("x1",points[0]);this.set("y1",points[1]);this.set("x2",po… 9 …callSuper("toObject",propertiesToInclude),{path:this.path.map(function(item){return item.slice()})… 11 …callSuper("toObject"),{threshold:this.threshold})}});fabric.Image.filters.GradientTransparency.fro… 13 …callSuper("_render",ctx);this.ctx=ctx;this.isEditing&&this.renderCursorOrSelection()},renderCursor… 15 …tLeftOffset,textTopOffset,textBgRects){if(!this.styles[lineIndex]){this.callSuper("_setSVGTextLine…
|
H A D | fabric.js | 1584 function callSuper(methodName) { function 1624 klass.prototype.callSuper = callSuper; method in klass 7934 this.callSuper('_setBrushStyles'); 13579 this.callSuper('_set', key, value); 13878 this.callSuper('_set', key, value); 14246 this.callSuper('_set', key, value); 16368 this.callSuper('initialize'); 16513 this.callSuper('_set', key, value); 20284 this.callSuper('_set', key, value); 20581 this.callSuper('_clearCache'); [all …]
|