Lines Matching defs:i32
337 pub fn size(&self) -> i32 { in size()
359 pub fn get_module(&self, x: i32, y: i32) -> bool { in get_module()
365 fn module(&self, x: i32, y: i32) -> bool { in module()
371 fn module_mut(&mut self, x: i32, y: i32) -> &mut bool { in module_mut()
479 fn draw_finder_pattern(&mut self, x: i32, y: i32) { in draw_finder_pattern()
495 fn draw_alignment_pattern(&mut self, x: i32, y: i32) { in draw_alignment_pattern()
506 fn set_function_module(&mut self, x: i32, y: i32, isdark: bool) { in set_function_module()
616 fn get_penalty_score(&self) -> i32 { in get_penalty_score()
698 fn get_alignment_pattern_positions(&self) -> Vec<i32> { in get_alignment_pattern_positions()
824 pub fn add_history(&mut self, mut currentrunlength: i32) { in add_history()
837 pub fn count_patterns(&self) -> i32 { in count_patterns()
848 pub fn terminate_and_count(mut self, currentruncolor: bool, mut currentrunlength: i32) -> i32 { in terminate_and_count()