Searched defs:runHistory (Results 1 - 4 of 4) sorted by relevance
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrCode.java | 501 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() argument 511 finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHistory) finderPenaltyTerminateAndCount() argument 523 finderPenaltyAddHistory(int currentRunLength, int[] runHistory) finderPenaltyAddHistory() argument [all...] |
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrCode.java | 725 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() argument 735 finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] runHistory) finderPenaltyTerminateAndCount() argument 747 finderPenaltyAddHistory(int currentRunLength, int[] runHistory) finderPenaltyAddHistory() argument [all...] |
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.cpp | 594 std::array<int,7> runHistory = {}; in getPenaltyScore() local 616 std::array<int,7> runHistory = {}; in getPenaltyScore() local [all...] |
/third_party/qrcodegen/c/ |
H A D | qrcodegen.c | 644 int runHistory[7] = {0}; in getPenaltyScore() local 666 int runHistory[7] = {0}; in getPenaltyScore() local 716 finderPenaltyCountPatterns(const int runHistory[7], int qrsize) finderPenaltyCountPatterns() argument 728 finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistory[7], int qrsize) finderPenaltyTerminateAndCount() argument 740 finderPenaltyAddHistory(int currentRunLength, int runHistory[7], int qrsize) finderPenaltyAddHistory() argument [all...] |
Completed in 6 milliseconds