Searched defs:hud_pane (Results 1 – 1 of 1) sorted by relevance
120 struct hud_pane { struct121 struct list_head head;122 struct hud_context *hud;123 unsigned x1, y1, x2, y2, y_simple;124 unsigned inner_x1;125 unsigned inner_y1;149 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr); argument