Home
last modified time | relevance | path

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

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java447 result += PENALTY_N2; in getPenaltyScore()
548 private static final int PENALTY_N2 = 3; field in QrCode
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp496 private: static const int PENALTY_N2; member in qrcodegen::QrCode
Dqrcodegen.cpp642 result += PENALTY_N2; in getPenaltyScore()
788 const int QrCode::PENALTY_N2 = 3; member in qrcodegen::QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java582 result += PENALTY_N2; in getPenaltyScore()
772 private static final int PENALTY_N2 = 3; field in QrCode
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts515 result += QrCode.PENALTY_N2;
680 private static readonly PENALTY_N2: int = 3; property in qrcodegen.QrCode
/third_party/qrcodegen/rust/src/
Dlib.rs676 result += PENALTY_N2; in get_penalty_score()
865 const PENALTY_N2: i32 = 3; constant
/third_party/qrcodegen/c/
Dqrcodegen.c120 static const int PENALTY_N2 = 3; variable
692 result += PENALTY_N2; in getPenaltyScore()
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs770 result += PENALTY_N2; in get_penalty_score()
991 const PENALTY_N2: i32 = 3; constant