Home
last modified time | relevance | path

Searched defs:currentRunColor (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()
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java735 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp990 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i…
/third_party/qrcodegen/c/
Dqrcodegen.c775 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount()