Home
last modified time | relevance | path

Searched refs:srcX1 (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
10111 if (srcX1 < 0) {
10112 srcX1 = 0;
10123 var srcW = srcX2 - srcX1;
10133 destY1 >= screenH || srcX1 >= img.width || srcY1 >= img.height) {
10138 p.shared.srcXOffset = Math.floor(destX1 < 0 ? -destX1 * dx : srcX1 * PConstants.PRECISIONF);