Home
last modified time | relevance | path

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

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java431 result += PENALTY_N1; in getPenaltyScore()
463 result += PENALTY_N1; in getPenaltyScore()
547 private static final int PENALTY_N1 = 3; field in QrCode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java539 result += PENALTY_N1; in getPenaltyScore()
561 result += PENALTY_N1; in getPenaltyScore()
771 private static final int PENALTY_N1 = 3; field in QrCode
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts472 result += QrCode.PENALTY_N1;
494 result += QrCode.PENALTY_N1;
679 private static readonly PENALTY_N1: int = 3; property in qrcodegen.QrCode
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp495 private: static const int PENALTY_N1; member in qrcodegen::QrCode
Dqrcodegen.cpp599 result += PENALTY_N1; in getPenaltyScore()
621 result += PENALTY_N1; in getPenaltyScore()
787 const int QrCode::PENALTY_N1 = 3; member in qrcodegen::QrCode
/third_party/qrcodegen/rust/src/
Dlib.rs629 result += PENALTY_N1; in get_penalty_score()
653 result += PENALTY_N1; in get_penalty_score()
864 const PENALTY_N1: i32 = 3; constant
/third_party/qrcodegen/c/
Dqrcodegen.c119 static const int PENALTY_N1 = 3; variable
649 result += PENALTY_N1; in getPenaltyScore()
671 result += PENALTY_N1; in getPenaltyScore()
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs723 result += PENALTY_N1; in get_penalty_score()
747 result += PENALTY_N1; in get_penalty_score()
990 const PENALTY_N1: i32 = 3; constant