Searched defs:currentRunLength (Results 1 – 3 of 3) sorted by relevance
| /third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
| D | QrCode.java | 738 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount() 750 private void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
|
| /third_party/qrcodegen/cpp/ |
| D | qrcodegen.cpp | 767 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i… in finderPenaltyTerminateAndCount() argument 778 void QrCode::finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory) const { in finderPenaltyAddHistory() argument
|
| /third_party/qrcodegen/c/ |
| D | qrcodegen.c | 726 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount() 738 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7], int qrsize) { in finderPenaltyAddHistory()
|