Searched refs:destPixels (Results 1 – 3 of 3) sorted by relevance
| /plugin/processing/ |
| D | script.js | 10108 p.blit_resize = function blit_resize(img, srcX1, srcY1, srcX2, srcY2, destPixels, argument 10165 destColor = p.color.toInt(destPixels[(destOffset + x) * 4], 10166 destPixels[((destOffset + x) * 4) + 1], 10167 destPixels[((destOffset + x) * 4) + 2], 10168 destPixels[((destOffset + x) * 4) + 3]); 10171 destPixels[(destOffset + x) * 4] = destColor[0]; 10172 destPixels[(destOffset + x) * 4 + 1] = destColor[1]; 10173 destPixels[(destOffset + x) * 4 + 2] = destColor[2]; 10174 destPixels[(destOffset + x) * 4 + 3] = destColor[3]; 10186 destColor = p.color.toInt(destPixels[(destOffset + x) * 4], [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 19223 destPixels = destImage.data; 19239 destPixels[offset++] = color;
|
| D | fabric.min.js | 11 …destPixels=destImage.data;for(i=0;i<h2;i++){for(j=0;j<w2;j++){x=floor(ratioX*j);y=floor(ratioY*i);…
|