Home
last modified time | relevance | path

Searched refs:originalHeight (Results 1 – 5 of 5) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js444 this.dims = [this.options.scaleMode.originalHeight,
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 Dprototype.js2245 var originalHeight = element.clientHeight; variable
2249 return {width: originalWidth, height: originalHeight};
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1951 var originalHeight = element.clientHeight; variable
1955 return {width: originalWidth, height: originalHeight};
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js27264 …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);
55288 var originalHeight = this.height;
55302 …ind && !this.smask && !this.mask && drawWidth === originalWidth && drawHeight === originalHeight) {
55304 imgArray = this.getImageBytes(originalHeight * rowBytes);
55327 var imageLength = originalHeight * rowBytes;
55342 imgArray = this.getImageBytes(originalHeight * rowBytes);
55343 var actualHeight = 0 | imgArray.length / rowBytes * drawHeight / originalHeight;
[all …]
H A Dpdf.worker.js.map1originalHeight","allColors","bpc","colorMap","destPos","comps","rgbPos","resizeRgbImage","IR","whi…