OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceCodeWords
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417.h
55
CFX_Int32Array* determineDimensions(int32_t
sourceCodeWords
,
BC_PDF417.cpp
423
int32_t
sourceCodeWords
= highLevel.GetLength();
425
determineDimensions(
sourceCodeWords
, errorCorrectionCodeWords, e);
430
int32_t pad = getNumberOfPadCodewords(
sourceCodeWords
,
432
if (
sourceCodeWords
+ errorCorrectionCodeWords + 1 > 929) {
436
int32_t n =
sourceCodeWords
+ pad + 1;
[
all
...]
/external/zxing/core/
core.jar
Completed in 47 milliseconds