Searched refs:num_graphs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h142 unsigned num_graphs; member in struct:hud_pane
H A Dhud_context.c950 pane->num_graphs++;
1456 y += height + hud->font.glyph_height * (pane->num_graphs + 2);
1457 y_simple += hud->font.glyph_height * (pane->num_graphs + 1);
1460 if (pane && pane->num_graphs) {
1473 if (pane && pane->num_graphs) {
1496 if (pane->num_graphs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h144 unsigned num_graphs; member in struct:hud_pane
H A Dhud_context.c949 pane->num_graphs++;
1455 y += height + hud->font.glyph_height * (pane->num_graphs + 2);
1456 y_simple += hud->font.glyph_height * (pane->num_graphs + 1);
1459 if (pane && pane->num_graphs) {
1472 if (pane && pane->num_graphs) {
1495 if (pane->num_graphs) {

Completed in 7 milliseconds