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