Home
last modified time | relevance | path

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

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js55186 var alphaBuf, sw, sh, i, ii, j;
55191 alphaBuf = new Uint8ClampedArray(sw * sh);
55192 smask.fillGrayBuffer(alphaBuf);
55195 alphaBuf = resizeImageMask(alphaBuf, smask.bpc, sw, sh, width, height); property
55201 alphaBuf = new Uint8ClampedArray(sw * sh);
55203 mask.fillGrayBuffer(alphaBuf);
55206 alphaBuf[i] = 255 - alphaBuf[i];
55210 alphaBuf = resizeImageMask(alphaBuf, mask.bpc, sw, sh, width, height);
55213 alphaBuf = new Uint8ClampedArray(width * height);
55230 alphaBuf[i] = opacity;
[all …]
Dpdf.worker.js.map1alphaBuf","resizeImageMask","opacity","imageOffset","maskOffset","rgbaBuf","undoPreblend","matte",…