Home
last modified time | relevance | path

Searched defs:finderPenaltyCountPatterns (Results 1 – 5 of 5) sorted by relevance

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java501 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() method in QrCode
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts641 private finderPenaltyCountPatterns(runHistory: Readonly<Array<int>>): int { method in qrcodegen.QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java725 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() method in QrCode
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp752 int QrCode::finderPenaltyCountPatterns(const std::array<int,7> &runHistory) const { in finderPenaltyCountPatterns() function in qrcodegen::QrCode
/third_party/qrcodegen/c/
Dqrcodegen.c716 static int finderPenaltyCountPatterns(const int runHistory[7], int qrsize) { in finderPenaltyCountPatterns() function