Searched refs:widthScale (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 10850 widthScale, variable 10898 widthScale = (this.container.clientWidth - hPadding) / width / _ui_utils.CSS_UNITS; 10900 scale = Math.min(Math.abs(widthScale), Math.abs(heightScale));
|
| D | viewer.js.map | 1 …widthScale","heightScale","boundingRect","_updateLocation","normalizedScaleValue","pdfOpenParams",…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 16068 var widthScale = Math.max(Math.sqrt(a * a + b * b), 1); 16087 while (widthScale > 2 && paintWidth > 1 || heightScale > 2 && paintHeight > 1) { 16091 if (widthScale > 2 && paintWidth > 1) { 16093 widthScale /= paintWidth / newWidth;
|
| D | pdf.js.map | 1 …widthScale","heightScale","imgToPaint","putBinaryImageData","paintWidth","paintHeight","tmpCanvasI…
|