Searched refs:fSelectEnd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp92 BPoint fSelectEnd; member in class:FractalView
184 BRect dragZone = BRect(std::min(fSelectStart.x, fSelectEnd.x),
185 std::min(fSelectStart.y, fSelectEnd.y),
186 std::max(fSelectStart.x, fSelectEnd.x),
187 std::max(fSelectStart.y, fSelectEnd.y)),
193 if (fSelectStart.x < fSelectEnd.x)
197 if (fSelectStart.y < fSelectEnd.y)
217 fSelectEnd = where;
265 fSelectEnd = where;

Completed in 27 milliseconds