Searched refs:transformMatrix (Results 1 – 7 of 7) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 2879 if (parentAttributes && parentAttributes.transformMatrix) { 2881 parentAttributes.transformMatrix, fabric.parseTransformAttribute(value)); 11036 transformMatrix: null, property 11464 if (this.transformMatrix) { 11465 ctx.transform.apply(ctx, this.transformMatrix); 12819 return this.transformMatrix ? ' matrix(' + this.transformMatrix.join(' ') + ') ' : ''; 15542 if (this.transformMatrix) { 15543 o.transformMatrix = this.transformMatrix; 16106 m = this.transformMatrix; 16142 if (this.transformMatrix) { [all …]
|
| D | fabric.min.js | 2 …(parentAttributes&&parentAttributes.transformMatrix){value=multiplyTransformMatrices(parentAttribu… 6 …transformMatrix:null,minScaleLimit:.01,selectable:true,evented:true,visible:true,hasControls:true,… property 8 …in("")},getSvgTransformMatrix:function(){return this.transformMatrix?" matrix("+this.transformMatr… 9 …transformMatrix){o.transformMatrix=this.transformMatrix}return o},toDatalessObject:function(proper… 11 …eStyles(ctx);this._setFillStyles(ctx);if(this.transformMatrix){ctx.transform.apply(ctx,this.transf…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 21225 this.transformMatrix = _util.IDENTITY_MATRIX; 21246 this.transformStack.push(this.transformMatrix); 21254 this.transformMatrix = this.transformStack.pop(); 21318 var transformMatrix = [a, b, c, d, e, f]; 21319 this.transformMatrix = _util.Util.transform(this.transformMatrix, transformMatrix); 21332 _this2.transformMatrix = _util.IDENTITY_MATRIX; 21892 var inv = _util.Util.inverseTransform(this.transformMatrix); 21967 var transformMatrix = this.transformMatrix; 21972 this.transformMatrix = matrix; 21983 this.transformMatrix = transformMatrix; [all …]
|
| D | pdf.js.map | 1 …transformMatrix","getSVG","svgElement","convertOpList","operatorIdMapping","opList","opListToTree"…
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | export.js | 1563 var tm = this.transformMatrix || [ 1, 0, 0, 1, 0, 0 ];
|
| D | export.min.js | 1 …{clipTo:function(b,c){return function(b){var d=a.clippings[c],e=this.transformMatrix||[1,0,0,1,0,0…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …transformMatrix] Source transform matrix.\n * @property {boolean} [renderEdges] Render reprojectio…
|