HomeSort by relevance Sort by last modified time
    Searched refs:GetECCodewords (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDataBlock.cpp 50 int32_t numBlockCodewords = ecBlocks->GetECCodewords() + numDataCodewords;
61 longerBlocksTotalCodewords - ecBlocks->GetECCodewords();
BC_DataMatrixVersion.h 45 int32_t GetECCodewords() { return m_ecCodewords; }
BC_DataMatrixVersion.cpp 49 int32_t ecCodewords = ecBlocks->GetECCodewords();

Completed in 494 milliseconds