Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/seismic/
H A Duniverse.cpp116 struct Universe::Rectangle { struct in Universe
117 struct std::pair<int, int> xRange;
118 struct std::pair<int, int> yRange;
119 Rectangle(int startX, int startY, int width, int height) in Rectangle() argument
122 int StartX() const { in StartX()
125 int StartY() const { in StartY()
128 int Width() const { in Width()
131 int Height() const { in Height()
134 int EndX() const { in EndX()
137 int EndY() const { in EndY()