Searched defs:finderPenaltyTerminateAndCount (Results 1 - 4 of 4) sorted by relevance
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrCode.java | 511 private int finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHistory) { in finderPenaltyTerminateAndCount() method in QrCode
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrCode.java | 735 private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] runHistory) { in finderPenaltyTerminateAndCount() method in QrCode
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.cpp | 761 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<int,7> &runHistory) const { in finderPenaltyTerminateAndCount() function in qrcodegen::QrCode
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen.c | 728 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistory[7], int qrsize) { in finderPenaltyTerminateAndCount() function
|
Completed in 7 milliseconds