Home
last modified time | relevance | path

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

/dports/games/xcowsay/xcowsay-1.5.1/src/
H A Dbubblegen.c65 typedef enum { NORMAL, THOUGHT } bubble_style_t; typedef
67 static void bubble_corner_arcs(bubble_t *b, bubble_style_t style, in bubble_corner_arcs()
101 static void bubble_init_cairo(bubble_t *b, cairo_t *cr, bubble_style_t style) in bubble_init_cairo()
289 static void bubble_init(bubble_t *b, bubble_style_t style) in bubble_init()
300 static void bubble_size_from_content(bubble_t *b, bubble_style_t style, in bubble_size_from_content()
317 static int bubble_content_left(bubble_style_t style) in bubble_content_left()
401 bubble_style_t style = mode == COWMODE_NORMAL ? NORMAL : THOUGHT; in make_text_bubble()