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

/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp91 BPoint fSelectStart; 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)),
192 float x1 = fSelectStart.x, y1 = fSelectStart.y, x2, y2;
193 if (fSelectStart.x < fSelectEnd.x)
197 if (fSelectStart.y < fSelectEnd.y)
208 fSelectStart
[all...]

Completed in 31 milliseconds