Searched refs:petal_count (Results 1 – 2 of 2) sorted by relevance
61 const int petal_count = 3 + random() % 5; in draw_stuff() local69 double t, dt = 2 * M_PI / (petal_count * 2); in draw_stuff()80 for (t = 0, i = 0; i < petal_count; i++, t += dt * 2) { in draw_stuff()
117 const int petal_count = 3 + random() % 5; in item_create() local125 double t, dt = 2 * M_PI / (petal_count * 2); in item_create()147 for (i = 0; i < petal_count; i++, t += dt * 2) { in item_create()