Searched refs:dwidth (Results 1 – 1 of 1) sorted by relevance
/plugin/processing/ |
H A D | script.js | 9014 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);
|