Home
last modified time | relevance | path

Searched defs:width (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp57 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 DBoard.hpp24 int width; member
H A DUpdate_state.cpp25 inline void create_record(char* src, unsigned* dst, unsigned width) { in create_record()
128 unsigned width = m_matrix->width; in UpdateState() local
H A DGame_of_life.cpp38 Board::Board(int width, int height, int squareSize, LabelPtr counter) in Board()