Searched refs:enerbox (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/frontend/ |
H A D | gtkanal.c | 91 GtkWidget *enerbox[2]; /* spectrum, gr=0,1 plotted here */ variable 693 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord, in plot_frame() 751 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord, in plot_frame() 762 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord, in plot_frame() 772 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord, in plot_frame() 1602 enerbox[0] = gpk_plot_new(graphy, graphy); in gtkcontrol() 1603 gtk_table_attach(GTK_TABLE(table), enerbox[0], 0, 1, 3, 4, tableops, tableops, 2, 2); in gtkcontrol() local 1604 gtk_widget_show(enerbox[0]); in gtkcontrol() 1606 enerbox[1] = gpk_plot_new(graphy, graphy); in gtkcontrol() 1607 gtk_table_attach(GTK_TABLE(table), enerbox[ in gtkcontrol() local [all...] |
Completed in 4 milliseconds