Home
last modified time | relevance | path

Searched defs:runHistory (Results 1 – 4 of 4) sorted by relevance

/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java534 int[] runHistory = new int[7]; in getPenaltyScore() local
556 int[] runHistory = new int[7]; in getPenaltyScore() local
725 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns()
735 …t finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] runHistory) { in finderPenaltyTerminateAndCount()
747 private void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java417 int[] runHistory = new int[7]; in getPenaltyScore() local
501 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns()
511 …e int finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHistory) { in finderPenaltyTerminateAndCount()
523 private void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp594 std::array<int,7> runHistory = {}; in getPenaltyScore() local
616 std::array<int,7> runHistory = {}; in getPenaltyScore() local
/third_party/qrcodegen/c/
Dqrcodegen.c644 int runHistory[7] = {0}; in getPenaltyScore() local
666 int runHistory[7] = {0}; in getPenaltyScore() local