Searched refs:layout_lines (Results 1 – 1 of 1) sorted by relevance
93 for ((x, y), t) in self.layout_lines((0, 0)).zip(self.lines.iter()) { in estimate_dimension()107 fn layout_lines(&self, (x0, y0): BackendCoord) -> impl Iterator<Item = BackendCoord> { in layout_lines() method159 for ((x, y), t) in self.layout_lines(self.coord).zip(self.lines.iter()) { in compute_line_layout()236 for (point, text) in self.layout_lines(a).zip(self.lines.iter()) { in draw()