Searched refs:y_simple (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 412 unsigned y = pane->y_simple + i*hud->font.glyph_height; in hud_pane_accumulate_vertices_simple() 871 unsigned y_simple, in hud_pane_create() argument 885 pane->y_simple = y_simple; in hud_pane_create() 1187 unsigned x = 10, y = 10, y_simple = 10; in hud_parse_env_var() local 1232 pane = hud_pane_create(hud, x, y, x + width, y + height, y_simple, in hud_parse_env_var() 1456 y_simple += hud->font.glyph_height * (pane->num_graphs + 1); in hud_parse_env_var() 1468 y_simple = 10; in hud_parse_env_var()
|
D | hud_private.h | 124 unsigned x1, y1, x2, y2, y_simple; member
|