Home
last modified time | relevance | path

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

/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs508 let alignpatpos: &[u8] = result.get_alignment_pattern_positions(&mut alignpatposbuf); in function_modules_marked()
553 let alignpatpos: &[u8] = self.get_alignment_pattern_positions(&mut alignpatposbuf); in draw_light_function_modules()
793 fn get_alignment_pattern_positions<'b>(&self, resultbuf: &'b mut [u8; 7]) -> &'b [u8] { in get_alignment_pattern_positions() method
/third_party/qrcodegen/rust/src/
Dlib.rs393 let alignpatpos: Vec<i32> = self.get_alignment_pattern_positions(); in draw_function_patterns()
698 fn get_alignment_pattern_positions(&self) -> Vec<i32> { in get_alignment_pattern_positions() method