Home
last modified time | relevance | path

Searched refs:terminate_and_count (Results 1 – 2 of 2) sorted by relevance

/third_party/qrcodegen/rust/src/
Dlib.rs642 result += runhistory.terminate_and_count(runcolor, runx) * PENALTY_N3; in get_penalty_score()
666 result += runhistory.terminate_and_count(runcolor, runy) * PENALTY_N3; in get_penalty_score()
848 pub fn terminate_and_count(mut self, currentruncolor: bool, mut currentrunlength: i32) -> i32 { in terminate_and_count() method
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs736 result += runhistory.terminate_and_count(runcolor, runx) * PENALTY_N3; in get_penalty_score()
760 result += runhistory.terminate_and_count(runcolor, runy) * PENALTY_N3; in get_penalty_score()
974 pub fn terminate_and_count(mut self, currentruncolor: bool, mut currentrunlength: i32) -> i32 { in terminate_and_count() method