Home
last modified time | relevance | path

Searched refs:dheight (Results 1 – 1 of 1) 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
9026 … p.blend(srcImg, sx, sy, swidth, sheight, dx, dy, dwidth, dheight, PConstants.REPLACE, this);