Searched refs:currentRunColor (Results 1 – 6 of 6) sorted by relevance
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrCode.java | 511 …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/ |
D | qrcodegen.hpp | 474 …private: int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array…
|
D | qrcodegen.cpp | 761 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/ |
D | QrCode.java | 735 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount() argument 736 if (currentRunColor) { // Terminate dark run in finderPenaltyTerminateAndCount()
|
/third_party/qrcodegen/c/ |
D | qrcodegen.c | 76 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/ |
D | qrcodegen.ts | 651 …private finderPenaltyTerminateAndCount(currentRunColor: boolean, currentRunLength: int, runHistory… 652 if (currentRunColor) { // Terminate dark run
|