Searched refs:sfbbox (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/frontend/ |
H A D | gtkanal.c | 93 GtkWidget *sfbbox[2]; /* scalefactors gr=0,1 plotted here */ variable 834 gpk_bargraph_draw(sfbbox[gr], n, xcord, ycord, in plot_frame() 840 gpk_rectangle_draw(sfbbox[gr], xcord, ycord, xmn, ymn, xmx, ymx, &yellow); in plot_frame() 1610 sfbbox[0] = gpk_plot_new(graphy, graphy); in gtkcontrol() 1611 gtk_table_attach(GTK_TABLE(table), sfbbox[0], 0, 1, 4, 5, tableops, tableops, 2, 2); in gtkcontrol() local 1612 gtk_widget_show(sfbbox[0]); in gtkcontrol() 1614 sfbbox[1] = gpk_plot_new(graphy, graphy); in gtkcontrol() 1615 gtk_table_attach(GTK_TABLE(table), sfbbox[1], 1, 2, 4, 5, tableops, tableops, 2, 2); in gtkcontrol() local 1616 gtk_widget_show(sfbbox[1]); in gtkcontrol()
|
Completed in 3 milliseconds