Home
last modified time | relevance | path

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

/dports/games/xcowsay/xcowsay-1.5.1/src/
H A Dbubblegen.c151 int tip_compute_offset = (b->height - BUBBLE_BORDER - CORNER_DIAM)/3; in bubble_init_cairo() local
152 int tip_offset[3] = { tip_compute_offset, tip_compute_offset, tip_compute_offset }; in bubble_init_cairo()
153 if (tip_compute_offset < MIN_TIP_HEIGHT) { in bubble_init_cairo()