Home
last modified time | relevance | path

Searched refs:PENALTY_N4 (Results 1 - 7 of 7) sorted by relevance

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

Completed in 10 milliseconds