Home
last modified time | relevance | path

Searched refs:finderPenaltyAddHistory (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.java613 finderPenaltyAddHistory(runX + padRun, runHistory); in getPenaltyScore()
637 finderPenaltyAddHistory(runY + padRun, runHistory); in getPenaltyScore()
808 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
812 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
818 private static void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory() method in QrCode
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java613 finderPenaltyAddHistory(runX + padRun, runHistory); in getPenaltyScore()
637 finderPenaltyAddHistory(runY + padRun, runHistory); in getPenaltyScore()
808 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
812 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
818 private static void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory() method in QrCode
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/cpp/
H A DQrCode.cpp446 finderPenaltyAddHistory(runX + padRun, runHistory); in getPenaltyScore()
470 finderPenaltyAddHistory(runY + padRun, runHistory); in getPenaltyScore()
610 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
614 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
619 void QrCode::finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory) { in finderPenaltyAddHistory() function in qrcodegen::QrCode
H A DQrCode.hpp301 private: static void finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory);
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/cpp/
H A DQrCode.cpp446 finderPenaltyAddHistory(runX + padRun, runHistory); in getPenaltyScore()
470 finderPenaltyAddHistory(runY + padRun, runHistory); in getPenaltyScore()
610 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
614 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
619 void QrCode::finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory) { in finderPenaltyAddHistory() function in qrcodegen::QrCode
H A DQrCode.hpp301 private: static void finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/typescript-javascript/
H A Dqrcodegen.ts527 QrCode.finderPenaltyAddHistory(runX + padRun, runHistory);
551 QrCode.finderPenaltyAddHistory(runY + padRun, runHistory);
712 QrCode.finderPenaltyAddHistory(currentRunLength, runHistory);
716 QrCode.finderPenaltyAddHistory(currentRunLength, runHistory);
722 private static finderPenaltyAddHistory(currentRunLength: int, runHistory: Array<int>): void { method in qrcodegen.QrCode
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/typescript-javascript/
H A Dqrcodegen.ts527 QrCode.finderPenaltyAddHistory(runX + padRun, runHistory);
551 QrCode.finderPenaltyAddHistory(runY + padRun, runHistory);
712 QrCode.finderPenaltyAddHistory(currentRunLength, runHistory);
716 QrCode.finderPenaltyAddHistory(currentRunLength, runHistory);
722 private static finderPenaltyAddHistory(currentRunLength: int, runHistory: Array<int>): void { method in qrcodegen.QrCode
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/QR/c/
H A Dqrcodegen.c77 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7]);
654 finderPenaltyAddHistory(runX + padRun, runHistory); in getPenaltyScore()
678 finderPenaltyAddHistory(runY + padRun, runHistory); in getPenaltyScore()
732 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
736 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
742 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7]) { in finderPenaltyAddHistory() function
/dports/graphics/qr-code-generator/QR-Code-generator-67c6246/c/
H A Dqrcodegen.c77 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7]);
654 finderPenaltyAddHistory(runX + padRun, runHistory); in getPenaltyScore()
678 finderPenaltyAddHistory(runY + padRun, runHistory); in getPenaltyScore()
732 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
736 finderPenaltyAddHistory(currentRunLength, runHistory); in finderPenaltyTerminateAndCount()
742 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7]) { in finderPenaltyAddHistory() function