Home
last modified time | relevance | path

Searched refs:srcImg (Results 1 – 3 of 3) sorted by relevance

/plugin/processing/
H A Dscript.js9014 this.blend = function(srcImg, x, y, width, height, dx, dy, dwidth, dheight, MODE) { argument
9016 p.blend(this, srcImg, x, y, width, height, dx, dy, dwidth, dheight, this);
9018 p.blend(srcImg, x, y, width, height, dx, dy, dwidth, dheight, MODE, this);
9022 this.copy = function(srcImg, sx, sy, swidth, sheight, dx, dy, dwidth, dheight) { argument
9024 p.blend(this, srcImg, sx, sy, swidth, sheight, dx, dy, dwidth, PConstants.REPLACE, this);
9026 … p.blend(srcImg, sx, sy, swidth, sheight, dx, dy, dwidth, dheight, PConstants.REPLACE, this);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11 …ext=canvasEl.getContext("2d"),srcImg=context.getImageData(0,0,oW,oH),destImg=context.getImageData(…
H A Dfabric.js19204 srcImg = context.getImageData(0, 0, oW, oH),
19206 srcData = srcImg.data, destData = destImg.data,