Home
last modified time | relevance | path

Searched refs:scrolling_text_width (Results 1 – 1 of 1) sorted by last modified time

/dports/games/flobopuyo/flobopuyo-0.20/
H A Dscrollingtext.c16 static int scrolling_text_width (ScrollingText * st);
28 st->text_width = scrolling_text_width (st); in scrolling_text_new()
37 st->text_width = scrolling_text_width (st); in scrolling_text_set_font()
51 st->text_width = scrolling_text_width (st); in scrolling_text_set_text()
75 scrolling_text_width (ScrollingText * st) in scrolling_text_width() function