Searched refs:xDiff (Results 1 – 7 of 7) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 19218 var a, b, c, d, x, y, i, j, xDiff, yDiff, chnl, 19228 xDiff = ratioX * j - x; 19237 color = a * (1 - xDiff) * (1 - yDiff) + b * xDiff * (1 - yDiff) + 19238 c * yDiff * (1 - xDiff) + d * xDiff * yDiff;
|
| D | fabric.min.js | 11 …xDiff,yDiff,chnl,color,offset=0,origPix,ratioX=this.rcpScaleX,ratioY=this.rcpScaleY,context=canvas…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 18282 var xDiff = 13; 18283 this.box.style.width = (inputWidth + xDiff) + "px"; 18291 var xDiff = isIE ? 13: this.box.scrollWidth - this.input.offsetWidth; 18292 this.box.style.width = (inputWidth + xDiff) + "px";
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 4839 if(initial){if(isIE){var xDiff=13; 4840 this.box.style.width=(inputWidth+xDiff)+"px" 4842 }}else{var xDiff=isIE?13:this.box.scrollWidth-this.input.offsetWidth; 4843 this.box.style.width=(inputWidth+xDiff)+"px"
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 4850 if(initial){if(isIE){var xDiff=13; 4851 this.box.style.width=(inputWidth+xDiff)+"px" 4853 }}else{var xDiff=isIE?13:this.box.scrollWidth-this.input.offsetWidth; 4854 this.box.style.width=(inputWidth+xDiff)+"px"
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 4765 var xDiff = event.clientX - this.clientXStart; variable 4768 var scrollLeft = this.scrollLeftStart - xDiff;
|
| D | viewer.js.map | 1 …xDiff","yDiff","behavior","_endPan","prefix","matchesSelector","isNotIEorIsIE10plus","chrome","isC…
|