Searched refs:heightScale (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 10851 heightScale; variable 10899 heightScale = (this.container.clientHeight - vPadding) / height / _ui_utils.CSS_UNITS; 10900 scale = Math.min(Math.abs(widthScale), Math.abs(heightScale));
|
| D | viewer.js.map | 1 …heightScale","boundingRect","_updateLocation","normalizedScaleValue","pdfOpenParams","currentPageV…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 16071 var heightScale = Math.max(Math.sqrt(c * c + d * d), 1); 16087 while (widthScale > 2 && paintWidth > 1 || heightScale > 2 && paintHeight > 1) { 16096 if (heightScale > 2 && paintHeight > 1) { 16098 heightScale /= paintHeight / newHeight;
|
| D | pdf.js.map | 1 …heightScale","imgToPaint","putBinaryImageData","paintWidth","paintHeight","tmpCanvasId","newWidth"…
|