Searched refs:line_verts (Results 1 – 1 of 1) sorted by relevance
330 float *line_verts = hud->whitelines.vertices + hud->whitelines.num_vertices*2; in hud_pane_accumulate_vertices() local365 line_verts[num++] = (float) pane->x1; in hud_pane_accumulate_vertices()366 line_verts[num++] = (float) pane->y1; in hud_pane_accumulate_vertices()367 line_verts[num++] = (float) pane->x2; in hud_pane_accumulate_vertices()368 line_verts[num++] = (float) pane->y1; in hud_pane_accumulate_vertices()370 line_verts[num++] = (float) pane->x2; in hud_pane_accumulate_vertices()371 line_verts[num++] = (float) pane->y1; in hud_pane_accumulate_vertices()372 line_verts[num++] = (float) pane->x2; in hud_pane_accumulate_vertices()373 line_verts[num++] = (float) pane->y2; in hud_pane_accumulate_vertices()375 line_verts[num++] = (float) pane->x1; in hud_pane_accumulate_vertices()[all …]