Searched refs:y_simple (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 410 unsigned y = pane->y_simple + i*hud->font.glyph_height; in hud_pane_accumulate_vertices_simple() 863 unsigned y_simple, in hud_pane_create() argument 877 pane->y_simple = y_simple; in hud_pane_create() 1179 unsigned x = 10, y = 10, y_simple = 10; in hud_parse_env_var() local 1224 pane = hud_pane_create(hud, x, y, x + width, y + height, y_simple, in hud_parse_env_var() 1448 y_simple += hud->font.glyph_height * (pane->num_graphs + 1); in hud_parse_env_var() 1460 y_simple = 10; in hud_parse_env_var()
|
D | hud_private.h | 123 unsigned x1, y1, x2, y2, y_simple; member
|