Home
last modified time | relevance | path

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

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_animation_window.c98 g_object_set(animation_window, in ags_animation_window_init()
104 animation_window->message_count = 0; in ags_animation_window_init()
151animation_window->bg_data = (unsigned char *) malloc(animation_window->image_size * sizeof(unsigne… in ags_animation_window_init()
160 …memcpy(animation_window->bg_data, image_data, animation_window->image_size * sizeof(unsigned char)… in ags_animation_window_init()
166 animation_window->text_box_x0 = 4; in ags_animation_window_init()
167 animation_window->text_box_y0 = 220; in ags_animation_window_init()
210 AgsAnimationWindow *animation_window; in ags_animation_window_draw() local
251 …memcpy(image_data, animation_window->bg_data, animation_window->image_size * sizeof(unsigned char)… in ags_animation_window_draw()
266 animation_window->text_color->red, in ags_animation_window_draw()
268 animation_window->text_color->blue, in ags_animation_window_draw()
[all …]
H A Dags_animation_window.h72 gboolean ags_animation_window_progress_timeout(AgsAnimationWindow *animation_window);
H A Dags_ui_provider.h79 GtkWidget *animation_window);
172 GtkWidget *animation_window);
H A Dags_xorg_application_context.h93 GtkWidget *animation_window; member
H A Dags_ui_provider.c422 GtkWidget *animation_window) in ags_ui_provider_set_animation_window() argument
431 animation_window); in ags_ui_provider_set_animation_window()
H A Dags_xorg_application_context.c624 xorg_application_context->animation_window = NULL; in ags_xorg_application_context_init()
2136 GtkWidget *animation_window; in ags_xorg_application_context_get_animation_window() local
2143 animation_window = xorg_application_context->animation_window; in ags_xorg_application_context_get_animation_window()
2145 return(animation_window); in ags_xorg_application_context_get_animation_window()
2157 xorg_application_context->animation_window = widget; in ags_xorg_application_context_set_animation_window()