Home
last modified time | relevance | path

Searched refs:allCodewords (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/pdf417/
H A DPDFDetectionResult.cpp58 auto& LRIcodewords = detectionResultColumns.front().value().allCodewords(); in AdjustRowNumbersFromBothRI()
59 auto& RRIcodewords = detectionResultColumns.back().value().allCodewords(); in AdjustRowNumbersFromBothRI()
68 auto& codeword = columnIter->value().allCodewords()[codewordsRow]; in AdjustRowNumbersFromBothRI()
72 columnIter->value().allCodewords()[codewordsRow] = nullptr; in AdjustRowNumbersFromBothRI()
98 auto& codewords = detectionResultColumns.front().value().allCodewords(); in AdjustRowNumbersFromLRI()
110 auto& codeword = columnIter->value().allCodewords()[codewordsRow]; in AdjustRowNumbersFromLRI()
127 auto& codewords = detectionResultColumns.back().value().allCodewords(); in AdjustRowNumbersFromRRI()
139 auto& codeword = columnIter->value().allCodewords()[codewordsRow]; in AdjustRowNumbersFromRRI()
177 auto& previousColumnCodewords = detectionResultColumns[barcodeColumn - 1].value().allCodewords(); in AdjustRowNumbers()
178 …n + 1] != nullptr ? detectionResultColumns[barcodeColumn + 1].value().allCodewords() : previousCol… in AdjustRowNumbers()
[all …]
H A DPDFDetectionResultColumn.cpp71 for (auto& codeword : allCodewords()) { in setRowNumbers()
130 auto& codewords = allCodewords(); in adjustCompleteIndicatorColumnRowNumbers()
219 auto& codewords = allCodewords(); in adjustIncompleteIndicatorColumnRowNumbers()
266 for (auto& item : allCodewords()) { in getRowHeights()
288 auto& codewords = allCodewords(); in getBarcodeMetadata()
H A DPDFDetectionResultColumn.h71 const std::vector<Nullable<Codeword>>& allCodewords() const { in allCodewords() function
75 std::vector<Nullable<Codeword>>& allCodewords() { in allCodewords() function
H A DPDFScanningDecoder.cpp245 auto& codewords = rowIndicatorColumn.value().allCodewords(); in AdjustBoundingBox()
311 for (auto& previousRowCodeword : detectionResult.column(barcodeColumn).value().allCodewords()) { in GetStartColumn()
334 for (auto& codeword : resultColumn.value().allCodewords()) { in CreateBarcodeMatrix()
/dports/net-im/uTox/uTox/third-party/qrcodegen/cpp/
H A DQrCode.cpp136 const vector<uint8_t> allCodewords(appendErrorCorrection(dataCodewords)); in QrCode() local
137 drawCodewords(allCodewords); in QrCode()
/dports/net-im/uTox/uTox/third-party/qrcodegen/java/io/nayuki/qrcodegen/
H A DQrCode.java226 byte[] allCodewords = appendErrorCorrection(dataCodewords); in QrCode()
227 drawCodewords(allCodewords); in QrCode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java264 byte[] allCodewords = addEccAndInterleave(dataCodewords); in QrCode()
265 drawCodewords(allCodewords); in QrCode()
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java264 byte[] allCodewords = addEccAndInterleave(dataCodewords); in QrCode()
265 drawCodewords(allCodewords); in QrCode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/cpp/
H A DQrCode.cpp144 const vector<uint8_t> allCodewords = addEccAndInterleave(dataCodewords); in QrCode() local
145 drawCodewords(allCodewords); in QrCode()
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/cpp/
H A DQrCode.cpp144 const vector<uint8_t> allCodewords = addEccAndInterleave(dataCodewords); in QrCode() local
145 drawCodewords(allCodewords); in QrCode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/typescript-javascript/
H A Dqrcodegen.ts205 const allCodewords: Array<byte> = this.addEccAndInterleave(dataCodewords); constant
206 this.drawCodewords(allCodewords);
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/typescript-javascript/
H A Dqrcodegen.ts205 const allCodewords: Array<byte> = this.addEccAndInterleave(dataCodewords); constant
206 this.drawCodewords(allCodewords);