Searched refs:reducedWidth (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 10112 var reducedWidth = canvas.width << MAX_NUM_SCALING_STEPS; variable 10114 var reducedImage = TempImageFactory.getCanvas(reducedWidth, reducedHeight); 10117 while (reducedWidth > img.width || reducedHeight > img.height) { 10118 reducedWidth >>= 1; 10122 … reducedImageCtx.drawImage(img, 0, 0, img.width, img.height, 0, 0, reducedWidth, reducedHeight); 10124 while (reducedWidth > 2 * canvas.width) { 10125 …reducedImageCtx.drawImage(reducedImage, 0, 0, reducedWidth, reducedHeight, 0, 0, reducedWidth >> 1… 10126 reducedWidth >>= 1; 10130 … ctx.drawImage(reducedImage, 0, 0, reducedWidth, reducedHeight, 0, 0, canvas.width, canvas.height);
|
| D | viewer.js.map | 1 …reducedWidth","reducedHeight","reducedImage","reducedImageCtx","setPageLabel","ariaLabel","pageSpo…
|