Searched refs:destPixels (Results 1 – 3 of 3) sorted by relevance
10171 destPixels[(destOffset + x) * 4] = destColor[0];10193 destPixels[(destOffset + x) * 4] = destColor[0];10214 destPixels[(destOffset + x) * 4] = destColor[0];10235 destPixels[(destOffset + x) * 4] = destColor[0];10256 destPixels[(destOffset + x) * 4] = destColor[0];10277 destPixels[(destOffset + x) * 4] = destColor[0];10298 destPixels[(destOffset + x) * 4] = destColor[0];10319 destPixels[(destOffset + x) * 4] = destColor[0];10340 destPixels[(destOffset + x) * 4] = destColor[0];10361 destPixels[(destOffset + x) * 4] = destColor[0];[all …]
11 …destPixels=destImage.data;for(i=0;i<h2;i++){for(j=0;j<w2;j++){x=floor(ratioX*j);y=floor(ratioY*i);…
19223 destPixels = destImage.data;19239 destPixels[offset++] = color;