Searched defs:width (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | tgafile.cpp | 57 void createtgafile(char *name, unsigned short width, unsigned short height) { in createtgafile() 155 int format, width, height, w1, w2, h1, h2, depth, flags; in readtga() local
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Board.hpp | 24 int width; member
|
| H A D | Update_state.cpp | 25 inline void create_record(char* src, unsigned* dst, unsigned width) { in create_record() 128 unsigned width = m_matrix->width; in UpdateState() local
|
| H A D | Game_of_life.cpp | 38 Board::Board(int width, int height, int squareSize, LabelPtr counter) in Board()
|