Searched refs:inputWidth (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp63 int32_t inputWidth = codeWidth; local
65 int32_t tempWidth = inputWidth + 2;
95 int32_t leftPadding = std::max((outputWidth - (inputWidth * multiX)) / 2, 0);
103 (inputX < inputWidth) && (outputX < outputWidth - multiX);
105 if (code[inputX + inputY * inputWidth] == 1 &&
/external/v8/tools/turbolizer/
H A Dnode.js48 var inputWidth = this.inputs.length * NODE_INPUT_WIDTH;
49 return Math.max(inputWidth, this.width);
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp1816 GLsizei inputWidth = (unpackParameters.rowLength == 0) ? width : unpackParameters.rowLength; local
1817 GLsizei inputPitch = gl::ComputePitch(inputWidth, format, type, unpackParameters.alignment);
1819 char *input = ((char*)pixels) + gl::ComputePackingOffset(format, type, inputWidth, inputHeight, unpackParameters);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1555 GLsizei inputWidth = (mState.unpackParameters.rowLength == 0) ? width : mState.unpackParameters.rowLength; local
1556 GLsizei inputPitch = gl::ComputePitch(inputWidth, format, type, mState.unpackParameters.alignment);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
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 ...
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/ ...

Completed in 298 milliseconds