Home
last modified time | relevance | path

Searched defs:PENALTY_N3 (Results 1 - 7 of 7) sorted by relevance

/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp497 private: static const int PENALTY_N3; member in qrcodegen::final
H A Dqrcodegen.cpp789 const int QrCode::PENALTY_N3 = 40; member in qrcodegen::QrCode
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java549 private static final int PENALTY_N3 = 40; field in QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java773 private static final int PENALTY_N3 = 40; field in QrCode
/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs992 const PENALTY_N3: i32 = 40; consts
/third_party/qrcodegen/rust/src/
H A Dlib.rs866 const PENALTY_N3: i32 = 40; consts
/third_party/qrcodegen/c/
H A Dqrcodegen.c121 static const int PENALTY_N3 = 40; variable

Completed in 10 milliseconds