mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Changing function name
This commit is contained in:
parent
824d6e4e71
commit
f90144d38f
1 changed files with 1 additions and 2 deletions
3
pdf.js
3
pdf.js
|
@ -6003,8 +6003,7 @@ var PDFImage = (function() {
|
|||
}
|
||||
return buf;
|
||||
},
|
||||
applyStencilMask: function fillUsingStencilMask(buffer,
|
||||
inverseDecode) {
|
||||
applyStencilMask: function applyStencilMask(buffer, inverseDecode) {
|
||||
var width = this.width, height = this.height;
|
||||
var bitStrideLength = (width + 7) >> 3;
|
||||
var imgArray = this.image.getBytes(bitStrideLength * height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue