Home | History | Annotate | Download | only in pdf417

Lines Matching refs:sourceCodeWords

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;
539 int32_t sourceCodeWords,
546 calculateNumberOfRows(sourceCodeWords, errorCorrectionCodeWords, cols);
568 int32_t rows = calculateNumberOfRows(sourceCodeWords,