Searched refs:originalWidth (Results 1 – 6 of 6) sorted by relevance
/plugin/s5reloaded/ui/effects_support/ |
H A D | effects.js | 445 this.options.scaleMode.originalWidth]; 607 scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, 701 scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, 731 scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, 824 scaleMode: { originalHeight: dims.height, originalWidth: dims.width },
|
H A D | prototype.js | 2244 var originalWidth = element.clientWidth; variable 2249 return {width: originalWidth, height: originalHeight};
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 1950 var originalWidth = element.clientWidth; variable 1955 return {width: originalWidth, height: originalHeight};
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 27264 …value: function fillRgb(dest, originalWidth, originalHeight, width, height, actualHeight, bpc, com… 27265 var count = originalWidth * originalHeight; 27268 var needsResizing = originalHeight !== height || originalWidth !== width; 27315 resizeRgbImage(rgbBuf, dest, originalWidth, originalHeight, width, height, alpha01); 55287 var originalWidth = this.width; 55290 var rowBytes = originalWidth * numComps * bpc + 7 >> 3; 55302 …if (kind && !this.smask && !this.mask && drawWidth === originalWidth && drawHeight === originalHei… 55364 …this.colorSpace.fillRgb(imgData.data, originalWidth, originalHeight, drawWidth, drawHeight, actual…
|
H A D | pdf.worker.js.map | 1 …originalWidth","numComponentColors","needsResizing","originalHeight","allColors","bpc","colorMap",…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …originalWidth = FIND_WIDGET_INITIAL_WIDTH;\n this._register(this._resizeSash.onDidStart(() …
|