Home
last modified time | relevance | path

Searched refs:currentRunColor (Results 1 – 6 of 6) sorted by relevance

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java511 …private int finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHis… in finderPenaltyTerminateAndCount() argument
512 if (currentRunColor == 1) { // Terminate dark run in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp474 …private: int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array…
Dqrcodegen.cpp761 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i… in finderPenaltyTerminateAndCount() argument
762 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java735 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount() argument
736 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/c/
Dqrcodegen.c76 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor…
728 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount() argument
729 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts651 …private finderPenaltyTerminateAndCount(currentRunColor: boolean, currentRunLength: int, runHistory…
652 if (currentRunColor) { // Terminate dark run