Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dgpkplotting.c48 static gint num_plotwindows = 0; variable
85 for (i = 0; i < num_plotwindows && widget != pixmapboxes[i]; i++); in findpixmap()
86 if (i >= num_plotwindows) { in findpixmap()
321 if (num_plotwindows < max_plotwindows) { in gpk_plot_new()
322 pixmapboxes[num_plotwindows] = pixmapbox; in gpk_plot_new()
323 pixmaps[num_plotwindows] = NULL; in gpk_plot_new()
324 num_plotwindows++; in gpk_plot_new()

Completed in 1 milliseconds