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

/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp69 void SetLocationFromFrame(double frameX, double frameY);
223 void FractalView::SetLocationFromFrame(double frameX,double frameY) argument
228 fLocationY = ((frameY - frame.Height() / 2) * -fSize + fLocationY);

Completed in 35 milliseconds