Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DGame_of_life.cpp38 Board::Board(int width, int height, int squareSize, LabelPtr counter) in Board() argument
41 m_squareSize(squareSize), in Board()
H A DBoard.hpp31 Board(int width, int height, int squareSize, LabelPtr counter);