Home
last modified time | relevance | path

Searched refs:PENALTY_N4 (Results 1 – 8 of 8) sorted by relevance

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java481 result += k * PENALTY_N4; in getPenaltyScore()
550 private static final int PENALTY_N4 = 10; field in QrCode
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp498 private: static const int PENALTY_N4; member in qrcodegen::QrCode
Dqrcodegen.cpp658 result += k * PENALTY_N4; in getPenaltyScore()
790 const int QrCode::PENALTY_N4 = 10; member in qrcodegen::QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java598 result += k * PENALTY_N4; in getPenaltyScore()
774 private static final int PENALTY_N4 = 10; field in QrCode
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts527 result += k * QrCode.PENALTY_N4;
682 private static readonly PENALTY_N4: int = 10; property in qrcodegen.QrCode
/third_party/qrcodegen/rust/src/
Dlib.rs687 result += k * PENALTY_N4; in get_penalty_score()
867 const PENALTY_N4: i32 = 10; constant
/third_party/qrcodegen/c/
Dqrcodegen.c122 static const int PENALTY_N4 = 10; variable
708 result += k * PENALTY_N4; in getPenaltyScore()
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs781 result += k * PENALTY_N4; in get_penalty_score()
993 const PENALTY_N4: i32 = 10; constant