Searched defs:inputOffset (Results 1 - 25 of 29) sorted by last modified time

12

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/skia/src/core/
H A DSkBlurImageFilter.cpp116 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
118 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
123 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY,
152 return input->makeSubset(inputBounds.makeOffset(-inputOffset.x(),
153 -inputOffset.y()));
158 inputBounds.offset(-inputOffset);
159 dstBounds.offset(-inputOffset);
198 return input->makeSubset(inputBounds.makeOffset(-inputOffset.x(),
199 -inputOffset
[all...]
H A DSkColorSpace_ICC.cpp1116 const size_t inputOffset = dataOffset; local
1117 return_if_false(len >= inputOffset, "A2B0 lutnType tag too small for input gamma table");
1121 src + inputOffset, len - inputOffset)) {
1134 const size_t clutOffset = inputOffset + precision*inTableEntries*inputChannels;
H A DSkMatrixImageFilter.cpp51 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
52 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
64 const SkIRect srcBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp135 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
136 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
141 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
159 bounds.offset(-inputOffset);
225 SkIPoint srcOffset = { bounds.fLeft - inputOffset.fX, bounds.fTop - inputOffset.fY };
H A DSkColorFilterImageFilter.cpp63 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
64 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
73 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
109 SkIntToScalar(inputOffset.fX - bounds.fLeft),
110 SkIntToScalar(inputOffset.fY - bounds.fTop),
H A DSkDropShadowImageFilter.cpp67 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
68 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
73 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
103 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft),
104 SkIntToScalar(inputOffset.fY - bounds.fTop));
H A DSkLightingImageFilter.cpp1241 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
1242 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
1247 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
1256 bounds.offset(-inputOffset);
1296 matrix.postTranslate(SkIntToScalar(-inputOffset.x()), SkIntToScalar(-inputOffset.y()));
1408 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
1409 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
1414 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset
[all...]
H A DSkMagnifierImageFilter.cpp329 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
330 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
335 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
358 bounds.offset(-inputOffset);
H A DSkMatrixConvolutionImageFilter.cpp290 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
291 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
297 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds);
319 bounds.offset(-inputOffset);
370 bounds.offset(-inputOffset);
H A DSkMorphologyImageFilter.cpp552 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
553 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
559 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds);
575 srcBounds.offset(-inputOffset);
H A DSkTileImageFilter.cpp45 SkIPoint inputOffset = SkIPoint::Make(0, 0); local
46 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
66 srcIRect.offset(-inputOffset);
93 SkIntToScalar(inputOffset.x()), SkIntToScalar(inputOffset.y()),
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java131 protected abstract int updateInternal(byte[] input, int inputOffset, int inputLen, argument
296 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { argument
309 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
325 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, argument
328 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen);
332 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
341 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
367 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, argument
378 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset,
534 protected int updateInternal(byte[] input, int inputOffset, in argument
1091 updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset, int maximumLen) argument
1169 engineUpdateAAD(byte[] input, int inputOffset, int inputLen) argument
1308 updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset, int maximumLen) argument
1328 engineUpdateAAD(byte[] input, int inputOffset, int inputLen) argument
[all...]
H A DOpenSSLCipherRSA.java241 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { argument
247 System.arraycopy(input, inputOffset, buffer, bufferOffset, inputLen);
253 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, argument
255 engineUpdate(input, inputOffset, inputLen);
260 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
263 engineUpdate(input, inputOffset, inputLen);
296 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, argument
299 byte[] b = engineDoFinal(input, inputOffset, inputLen);
H A DOpenSSLSignatureRawRSA.java50 private int inputOffset; field in class:OpenSSLSignatureRawRSA
59 final int oldOffset = inputOffset++;
61 if (inputOffset > inputBuffer.length) {
71 final int oldOffset = inputOffset;
72 inputOffset += len;
74 if (inputOffset > inputBuffer.length) {
106 inputOffset = 0;
124 inputOffset = 0;
140 throw new SignatureException("input length " + inputOffset + " != "
146 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffe
[all...]

Completed in 315 milliseconds

12