Searched refs:dst (Results 1 – 5 of 5) sorted by relevance
284 for (int src = 0, dst = 0; src < sourceData.length; src += 3, dst += 4) { in addAlphaChannel()285 data[dst + 0] = sourceData[src + 0]; // copy R byte in addAlphaChannel()286 data[dst + 1] = sourceData[src + 1]; // copy G byte in addAlphaChannel()287 data[dst + 2] = sourceData[src + 2]; // copy B byte in addAlphaChannel()288 data[dst + 3] = 1; // add alpha = 1 in addAlphaChannel()299 for (int src = 0, dst = 0; src < sourceData.length; src++, dst += 4) { in addRGBChannels()300 data[dst + 0] = data[dst + 1] = data[dst + 2] = 0; // set R = G = B = 0 in addRGBChannels()301 data[dst + 3] = sourceData[src]; // copy over alpha in addRGBChannels()312 for (int src = 0, dst = 0; src < sourceData.length; src++, dst += 4) { in createRGBAFromLuminance()318 data[dst + 0] = data[dst + 1] = data[dst + 2] = (byte) l; // set R = G = B = L * 3 in createRGBAFromLuminance()[all …]
78 int dst = 0; in removeCrLf() local79 for (int src = 0; src < mAtraceLength - 1; src++, dst++) { in removeCrLf()87 mAtraceOutput[dst] = copy; in removeCrLf()90 mAtraceLength = dst; in removeCrLf()
35 set dst=..\..\%src% variable39 copy /V /Y "%src%" "%dst%"43 set dst=..\..\%src% variable47 copy /V /Y "%src%" "%dst%"
162 def _cp(p, src, dst): argument164 print "cp", src, dst166 shutil.copyfile(src, dst)
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...