Searched refs:drawing_memory (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 38 class drawing_memory { class 98 inline drawing_memory get_drawing_memory() const; 135 inline drawing_area(int x, int y, int sizex, int sizey, const drawing_memory &dmem); 155 inline drawing_memory video::get_drawing_memory() const { in get_drawing_memory() 156 drawing_memory dmem; in get_drawing_memory() 193 inline drawing_area::drawing_area(int x, int y, int sizex, int sizey, const drawing_memory &dmem) in drawing_area()
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | fractal.hpp | 42 const drawing_memory &dm; 57 fractal(const drawing_memory &dm) : step(0.2), dm(dm) { in fractal() 127 fractal_group(const drawing_memory &_dm,
|
| H A D | fractal.cpp | 231 fractal_group::fractal_group(const drawing_memory &_dm, in fractal_group()
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | universe.hpp | 81 drawing_memory drawingMemory; 89 void SetDrawingMemory(const drawing_memory& dmem);
|
| H A D | universe.cpp | 237 void Universe::SetDrawingMemory(const drawing_memory& dmem) { in SetDrawingMemory()
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | tachyon_video.cpp | 79 drawing_memory dm = get_drawing_memory(); in on_process() 96 drawing_memory dm = get_drawing_memory(); in on_key()
|