Searched refs:livestates (Results 1 – 5 of 5) sorted by relevance
86 unsigned int livestates = NumCellStates() - 1; in draw() local87 for (unsigned int ui = 1; ui <= livestates; ui++) { in draw()
255 unsigned int livestates = NumCellStates() - 1; in draw() local256 for (unsigned int ui = 1; ui <= livestates; ui++) { in draw()
505 livestates = g.numstates() - 1 variable524 draw_icon_boxes(livestates, graystate)
1424 int livestates = curralgo->NumRandomizedCellStates() - 1; // don't count dead state in RandomFill() local1433 int newstate = livestates < 2 ? 1 : 1 + (rand() % livestates); in RandomFill()1444 if (livestates < 2) { in RandomFill()1447 curralgo->setcell(cx, cy, 1 + (rand() % livestates)); in RandomFill()
1519 int livestates = curralgo->NumRandomizedCellStates() - 1; // don't count dead state in RandomFill() local1528 int newstate = livestates < 2 ? 1 : 1 + (rand() % livestates); in RandomFill()1539 if (livestates < 2) { in RandomFill()1542 curralgo->setcell(cx, cy, 1 + (rand() % livestates)); in RandomFill()