Searched refs:sparkle_first (Results 1 – 2 of 2) sorted by relevance
29 this->sparkle_first = NULL; in Sparkle2D()71 Sparkle *tmp = sparkle_first; in clear()77 sparkle_first = NULL; in clear()87 sparkle_first = sparkle->next; in remove_sparkle()98 tmp->next = sparkle_first; in create_and_insert()100 if (sparkle_first != NULL) { sparkle_first->prev = tmp; } in create_and_insert()101 sparkle_first = tmp; in create_and_insert()128 Sparkle *skl = sparkle_first; in draw()170 Sparkle *skl = sparkle_first; in tick()
62 Sparkle *sparkle_first; variable