Searched refs:dstIndex (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dfilter.js164 var dstIndex = 0;
168 dstData[dstIndex++] = rMap[srcData[srcIndex++]];
169 dstData[dstIndex++] = gMap[srcData[srcIndex++]];
170 dstData[dstIndex++] = bMap[srcData[srcIndex++]];
171 dstIndex++;
251 var dstIndex = y * dstStride + startX * 4;
270 dstData[dstIndex++] = 0;
272 dstData[dstIndex++] = 0xFF;
274 dstData[dstIndex++] = sum >> 16;
278 dstIndex
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDisplacementMap.cpp147 int dstIndex = line + x * 4; local
148 int srcX = x + static_cast<int>(scaleForColorX * srcPixelArrayB->item(dstIndex + m_xChannelSelector - 1) + scaledOffsetX);
149 int srcY = y + static_cast<int>(scaleForColorY * srcPixelArrayB->item(dstIndex + m_yChannelSelector - 1) + scaledOffsetY);
152 dstPixelArray->set(dstIndex + channel, static_cast<unsigned char>(0));
155 dstPixelArray->set(dstIndex + channel, pixelValue);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DTwofishEngine.java449 int dstIndex)
473 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
474 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
475 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8);
476 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
488 int dstIndex)
512 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex);
513 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4);
514 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8);
515 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex
445 encryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
484 decryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
[all...]
H A DBlowfishEngine.java515 int dstIndex)
530 Bits32ToBytes(xr, dst, dstIndex);
531 Bits32ToBytes(xl, dst, dstIndex + 4);
543 int dstIndex)
558 Bits32ToBytes(xr, dst, dstIndex);
559 Bits32ToBytes(xl, dst, dstIndex+4);
511 encryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
539 decryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c3459 int32_t dstIndex=0; local
3480 if(dstIndex < dstLen){
3482 dst[dstIndex++] = U16_LEAD(c);
3483 if(dstIndex<dstLen){
3484 dst[dstIndex]=U16_TRAIL(c);
3489 dst[dstIndex]=(UChar)c;
3495 dstIndex++; /* for preflighting */
3497 return dstIndex;
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3464 int32_t dstIndex=0; local
3485 if(dstIndex < dstLen){
3487 dst[dstIndex++] = U16_LEAD(c);
3488 if(dstIndex<dstLen){
3489 dst[dstIndex]=U16_TRAIL(c);
3494 dst[dstIndex]=(UChar)c;
3500 dstIndex++; /* for preflighting */
3502 return dstIndex;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1740 milliseconds