Home
last modified time | relevance | path

Searched defs:finderPenaltyTerminateAndCount (Results 1 - 4 of 4) sorted by relevance

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java511 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 DQrCode.java735 private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] runHistory) { in finderPenaltyTerminateAndCount() method in QrCode
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp761 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 Dqrcodegen.c728 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistory[7], int qrsize) { in finderPenaltyTerminateAndCount() function

Completed in 7 milliseconds