Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js10108 p.blit_resize = function blit_resize(img, srcX1, srcY1, srcX2, srcY2, destPixels, argument
10120 if (srcY2 >= img.height) {
10121 srcY2 = img.height - 1;
10124 var srcH = srcY2 - srcY1;