Home
last modified time | relevance | path

Searched defs:currentRunColor (Results 1 – 3 of 3) sorted by relevance

/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java738 …private int finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] ru… in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp767 int QrCode::finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, std::array<i… in finderPenaltyTerminateAndCount()
/third_party/qrcodegen/c/
Dqrcodegen.c726 static int finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistor… in finderPenaltyTerminateAndCount()