Searched refs:errorCorrectionCodeWords (Results 1 – 2 of 2) sorted by relevance
362 int32_t errorCorrectionCodeWords = in GenerateBarcodeLogic() local365 if (errorCorrectionCodeWords < 0) in GenerateBarcodeLogic()375 determineDimensions(sourceCodeWords, errorCorrectionCodeWords); in GenerateBarcodeLogic()381 errorCorrectionCodeWords, cols, rows); in GenerateBarcodeLogic()382 if (sourceCodeWords + errorCorrectionCodeWords + 1 > 929) in GenerateBarcodeLogic()488 int32_t errorCorrectionCodeWords) const { in determineDimensions()493 calculateNumberOfRows(sourceCodeWords, errorCorrectionCodeWords, cols); in determineDimensions()511 errorCorrectionCodeWords, m_maxCols); in determineDimensions()
50 int32_t errorCorrectionCodeWords) const;