Home
last modified time | relevance | path

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

/oneTBB/examples/task_arena/fractal/
H A Dfractal.cpp157 bool fractal::check_point(int x, int y) const { in check_point() function in fractal
263 if (f0.check_point(x, y)) { in mouse_click()
267 else if (f1.check_point(x, y)) { in mouse_click()
H A Dfractal.hpp53 bool check_point(int x, int y) const;