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

/haiku/src/apps/mandelbrot/
H A DFractalEngine.h76 void Render(double locationX, double locationY, double size);
H A DFractalEngine.cpp140 Render(msg->GetDouble("locationX", 0), msg->GetDouble("locationY", 0),
210 void FractalEngine::Render(double locationX, double locationY, double size) argument
221 fLocationY = locationY;

Completed in 66 milliseconds