Home
last modified time | relevance | path

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

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java511 …private int finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHis… in finderPenaltyTerminateAndCount()
523 private void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java735 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount()
747 private void finderPenaltyAddHistory(int currentRunLength, int[] runHistory) { in finderPenaltyAddHistory()
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp990 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i… argument
1001 void QrCode::finderPenaltyAddHistory(int currentRunLength, std::array<int,7> &runHistory) const { argument
/third_party/qrcodegen/c/
Dqrcodegen.c775 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount()
786 static void finderPenaltyAddHistory(int currentRunLength, int runHistory[7], int qrsize) { in finderPenaltyAddHistory()