Searched refs:drawHeight (Results 1 – 2 of 2) sorted by relevance
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 21893 height: this.drawHeight, 55080 get drawHeight() { getter 55279 var drawHeight = this.drawHeight; 55282 height: drawHeight, 55302 …if (kind && !this.smask && !this.mask && drawWidth === originalWidth && drawHeight === originalHei… 55336 imgData.data = this.getImageBytes(imageLength, drawWidth, drawHeight, true); 55343 var actualHeight = 0 | imgArray.length / rowBytes * drawHeight / originalHeight; 55349 imgData.data = new Uint8ClampedArray(drawWidth * drawHeight * 3); 55354 imgData.data = new Uint8ClampedArray(drawWidth * drawHeight * 4); 55357 this.fillOpacity(imgData.data, drawWidth, drawHeight, actualHeight, comps); [all …]
|
D | pdf.worker.js.map | 1 …drawHeight","newArray","imageLength","actualHeight","maybeUndoPreblend","fillGrayBuffer","getImage…
|