Home
last modified time | relevance | path

Searched refs:srcX2 (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
10117 if (srcX2 >= img.width) {
10118 srcX2 = img.width - 1;
10123 var srcW = srcX2 - srcX1;