Home
last modified time | relevance | path

Searched refs:getPenaltyScore (Results 1 - 5 of 5) sorted by relevance

/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp430 private: long getPenaltyScore() const;
469 // returns either 0, 1, or 2. A helper function for getPenaltyScore().
473 // Must be called at the end of a line (row or column) of modules. A helper function for getPenaltyScore().
477 // Pushes the given value to the front and drops the last value. A helper function for getPenaltyScore().
494 // For use in getPenaltyScore(), when evaluating which mask is best.
H A Dqrcodegen.cpp344 long penalty = getPenaltyScore(); in QrCode()
587 long QrCode::getPenaltyScore() const { in getPenaltyScore() function in qrcodegen::QrCode
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java397 int penalty = getPenaltyScore(); in handleConstructorMasking()
414 private int getPenaltyScore() { in getPenaltyScore() method in QrCode
500 // returns either 0, 1, or 2. A helper function for getPenaltyScore().
510 // Must be called at the end of a line (row or column) of modules. A helper function for getPenaltyScore().
522 // Pushes the given value to the front and drops the last value. A helper function for getPenaltyScore().
546 // For use in getPenaltyScore(), when evaluating which mask is best.
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java272 int penalty = getPenaltyScore(); in QrCode()
527 private int getPenaltyScore() { in getPenaltyScore() method in QrCode
724 // returns either 0, 1, or 2. A helper function for getPenaltyScore().
734 // Must be called at the end of a line (row or column) of modules. A helper function for getPenaltyScore().
746 // Pushes the given value to the front and drops the last value. A helper function for getPenaltyScore().
770 // For use in getPenaltyScore(), when evaluating which mask is best.
/third_party/qrcodegen/c/
H A Dqrcodegen.c74 static long getPenaltyScore(const uint8_t qrcode[]);
272 long penalty = getPenaltyScore(qrcode); in qrcodegen_encodeSegmentsAdvanced()
636 static long getPenaltyScore(const uint8_t qrcode[]) { in getPenaltyScore() function
715 // returns either 0, 1, or 2. A helper function for getPenaltyScore().
727 // Must be called at the end of a line (row or column) of modules. A helper function for getPenaltyScore().
739 // Pushes the given value to the front and drops the last value. A helper function for getPenaltyScore().

Completed in 7 milliseconds