Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/seismic/
H A Duniverse.cpp116 struct Universe::Rectangle { struct in Universe
119 Rectangle(int startX, int startY, int width, int height) in Rectangle() function
142 void Universe::UpdateStress(Rectangle const& r) { in UpdateStress()
162 Rectangle area(0, 0, UniverseWidth - 1, UniverseHeight - 1); in SerialUpdateStress()
170 Universe::Rectangle area(0, range.begin(), u_.UniverseWidth - 1, range.size()); in operator ()()
182 void Universe::UpdateVelocity(Rectangle const& r) { in UpdateVelocity()
191 UpdateVelocity(Rectangle(1, 1, UniverseWidth - 1, UniverseHeight - 1)); in SerialUpdateVelocity()
199 Universe::Rectangle(1, y_range.begin(), u_.UniverseWidth - 1, y_range.size())); in operator ()()
H A Duniverse.hpp92 struct Rectangle;
94 void UpdateStress(Rectangle const& r);
101 void UpdateVelocity(Rectangle const& r);