Home
last modified time | relevance | path

Searched refs:drawHeight (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js21893 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 …]
Dpdf.worker.js.map1drawHeight","newArray","imageLength","actualHeight","maybeUndoPreblend","fillGrayBuffer","getImage…