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

/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp99 double fLocationY; member in class:FractalView
115 fLocationY(0),
133 fLocationY = 0;
228 fLocationY = ((frameY - frame.Height() / 2) * -fSize + fLocationY);
239 (frameOriginY - frame.Height() / 2) * -fSize + fLocationY,
247 double deltaY = originY - fLocationY;
255 fLocationY = originY - deltaY;
276 ZoomFractal(fLocationX, fLocationY, 2);
278 ZoomFractal(fLocationX, fLocationY, 0.
[all...]
H A DFractalEngine.h66 double fLocationX, fLocationY; member in class:FractalEngine
H A DFractalEngine.cpp221 fLocationY = locationY;
224 TRACE("Location (%%.100g): %.100g;%.100g;%.100g\n", fLocationX, fLocationY, fSize);
294 double imaginary = (y * -(fSize) + fLocationY) - (fHeight / 2 * -(fSize));

Completed in 45 milliseconds