Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h1262 boolean lives_window_get_inner_size(LiVESWindow *, int *x, int *y);
H A Dgui.c3469 lives_window_get_inner_size(LIVES_WINDOW(LIVES_MAIN_WINDOW_WIDGET), &width, &height); in fullscreen_internal()
H A Dmain.c7803 lives_window_get_inner_size(LIVES_WINDOW(LIVES_MAIN_WINDOW_WIDGET), opwidth, opheight); in get_player_size()
H A Dwidget-helper.c12240 WIDGET_HELPER_GLOBAL_INLINE boolean lives_window_get_inner_size(LiVESWindow * win, int *x, int *y) { in lives_window_get_inner_size() function