Searched refs:frameX (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
227 fLocationX = ((frameX - frame.Width() / 2) * fSize + fLocationX);

Completed in 15 milliseconds