Searched refs:draw_codewords (Results 1 – 1 of 1) sorted by relevance
1422 fn draw_codewords<I>(&mut self, codewords: &[u8], is_half_codeword_at_end: bool, coords: &mut I) in draw_codewords() method1460 self.draw_codewords(data, is_half_codeword_at_end, &mut coords); in draw_data()1461 self.draw_codewords(ec, false, &mut coords); in draw_data()