OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:codeWidth
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode128Writer.cpp
166
int32_t
codeWidth
= 0;
170
codeWidth
+= pattern[j];
173
outLength =
codeWidth
;
BC_OnedCode39Writer.cpp
284
int32_t
codeWidth
= (wideStrideNum * m_iWideNarrRatio + narrStrideNum) * 2 +
292
codeWidth
+= widths[k];
297
outlength =
codeWidth
;
298
uint8_t* result = FX_Alloc(uint8_t,
codeWidth
);
334
for (int32_t i = 0; i <
codeWidth
/ 2; i++) {
335
result[i] ^= result[
codeWidth
- 1 - i];
336
result[
codeWidth
- 1 - i] ^= result[i];
337
result[i] ^= result[
codeWidth
- 1 - i];
/external/zxing/core/
core.jar
Completed in 518 milliseconds