Home
last modified time | relevance | path

Searched defs:hud_pane (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h118 struct hud_pane { struct
119 struct list_head head;
120 struct hud_context *hud;
121 unsigned x1, y1, x2, y2;
122 unsigned inner_x1;
123 unsigned inner_y1;
147 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr); argument