Home
last modified time | relevance | path

Searched refs:finderPenaltyCountPatterns (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java616 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
640 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
796 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() method in QrCode
813 return finderPenaltyCountPatterns(runHistory); in finderPenaltyTerminateAndCount()
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java616 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
640 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
796 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() method in QrCode
813 return finderPenaltyCountPatterns(runHistory); in finderPenaltyTerminateAndCount()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/cpp/
H A DQrCode.cpp449 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
473 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
598 int QrCode::finderPenaltyCountPatterns(const std::array<int,7> &runHistory) const { in finderPenaltyCountPatterns() function in qrcodegen::QrCode
615 return finderPenaltyCountPatterns(runHistory); in finderPenaltyTerminateAndCount()
H A DQrCode.hpp293 private: int finderPenaltyCountPatterns(const std::array<int,7> &runHistory) const;
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/cpp/
H A DQrCode.cpp449 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
473 result += finderPenaltyCountPatterns(runHistory) * PENALTY_N3; in getPenaltyScore()
598 int QrCode::finderPenaltyCountPatterns(const std::array<int,7> &runHistory) const { in finderPenaltyCountPatterns() function in qrcodegen::QrCode
615 return finderPenaltyCountPatterns(runHistory); in finderPenaltyTerminateAndCount()
H A DQrCode.hpp293 private: int finderPenaltyCountPatterns(const std::array<int,7> &runHistory) const;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/typescript-javascript/
H A Dqrcodegen.ts530 result += this.finderPenaltyCountPatterns(runHistory) * QrCode.PENALTY_N3;
554 result += this.finderPenaltyCountPatterns(runHistory) * QrCode.PENALTY_N3;
699 private finderPenaltyCountPatterns(runHistory: Array<int>): int { method in qrcodegen.QrCode
717 return this.finderPenaltyCountPatterns(runHistory);
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/typescript-javascript/
H A Dqrcodegen.ts530 result += this.finderPenaltyCountPatterns(runHistory) * QrCode.PENALTY_N3;
554 result += this.finderPenaltyCountPatterns(runHistory) * QrCode.PENALTY_N3;
699 private finderPenaltyCountPatterns(runHistory: Array<int>): int { method in qrcodegen.QrCode
717 return this.finderPenaltyCountPatterns(runHistory);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/c/
H A Dqrcodegen.c75 static int finderPenaltyCountPatterns(const int runHistory[7], int qrsize);
657 result += finderPenaltyCountPatterns(runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
681 result += finderPenaltyCountPatterns(runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
718 static int finderPenaltyCountPatterns(const int runHistory[7], int qrsize) { in finderPenaltyCountPatterns() function
737 return finderPenaltyCountPatterns(runHistory, qrsize); in finderPenaltyTerminateAndCount()
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/c/
H A Dqrcodegen.c75 static int finderPenaltyCountPatterns(const int runHistory[7], int qrsize);
657 result += finderPenaltyCountPatterns(runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
681 result += finderPenaltyCountPatterns(runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
718 static int finderPenaltyCountPatterns(const int runHistory[7], int qrsize) { in finderPenaltyCountPatterns() function
737 return finderPenaltyCountPatterns(runHistory, qrsize); in finderPenaltyTerminateAndCount()