Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dinput.c4223 const struct border *border_b = b; in compare_lines_x() local
4226 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()