Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js9098 getPixel: (function(aImg) { property
9430 getPixel: function(i) { method
9715 c = aImg.pixels.getPixel(read + yi);
9788 colOrig = colOut = aImg.pixels.getPixel(currIdx);
9805 colUp = aImg.pixels.getPixel(idxUp);
9806 colLeft = aImg.pixels.getPixel(idxLeft);
9807 colDown = aImg.pixels.getPixel(idxDown);
9808 colRight = aImg.pixels.getPixel(idxRight);
9842 colOrig = colOut = aImg.pixels.getPixel(currIdx);
9859 colUp = aImg.pixels.getPixel(idxUp);
[all …]