Searched refs:border_b (Results 1 – 1 of 1) sorted by relevance
4223 const struct border *border_b = b; in compare_lines_x() local4226 if (border_a->line.a.x == border_b->line.a.x) in compare_lines_x()4227 return border_a->line.b.x < border_b->line.b.x; in compare_lines_x()4229 return border_a->line.a.x > border_b->line.a.x; in compare_lines_x()