Home
last modified time | relevance | path

Searched refs:plot_edges (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/AFLplusplus/utils/plot_ui/
H A Dafl-plot-ui.c38 GtkWidget *plot_edges, *plot_exec_speed, *plot_high_freq, *plot_low_freq; in main() local
92 plot_edges = gtk_socket_new(); in main()
93 gtk_widget_set_size_request(plot_edges, -1, 100); in main()
94 gtk_container_add(GTK_CONTAINER(plot_edges_frame), plot_edges); in main()
136 guint id_edges = gtk_socket_get_id(GTK_SOCKET(plot_edges)); in main()