Searched refs:xFactor (Results 1 – 3 of 3) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 28603 scale: function(xFactor, yFactor, options) { argument 28606 yFactor = xFactor; 28612 yFactor = xFactor; 28618 x -= xFactor * x; 28621 return this.transform(xFactor, 0, 0, yFactor, x, y);
|
| D | pdfmake.min.js.map | 1 …xFactor","yFactor","arcToSegments","cx","cy","parameters","parse","px","py","runners","segmentToBe…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15829 scale: function scale(xFactor, yFactor) { 15833 yFactor = xFactor; 15837 yFactor = xFactor; 15844 x -= xFactor * x; 15847 return this.transform(xFactor, 0, 0, yFactor, x, y);
|