Home
last modified time | relevance | path

Searched refs:currentRunColor (Results 1 - 5 of 5) sorted by relevance

/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp474 private: int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<int,7> &runHistory) const;
H A Dqrcodegen.cpp761 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<int,7> &runHistory) const { in finderPenaltyTerminateAndCount() argument
762 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java511 private int finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHistory) { in finderPenaltyTerminateAndCount() argument
512 if (currentRunColor == 1) { // Terminate dark run in finderPenaltyTerminateAndCount()
/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() argument
736 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/c/
H A Dqrcodegen.c76 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistory[7], int qrsize);
728 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistory[7], int qrsize) { in finderPenaltyTerminateAndCount() argument
729 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()

Completed in 7 milliseconds