bounceIn          176 src/swfc-history.c 		case IF_BOUNCE_IN: return bounceIn(fraction, p1, p2 - p1, inter->bounces, inter->growth, inter->damping);
bounceIn          244 src/swfc-interpolation.c     return bounceIn(1 - fraction, start + delta, -delta, bounces, growth, damping);
bounceIn          253 src/swfc-interpolation.c         return bounceIn(2 * fraction, start, delta / 2, bounces, growth, damping);
bounceIn          106 src/swfc-interpolation.h float bounceIn(float fraction, float start, float delta, int bounces, float growth, float damping);