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

/haiku/src/apps/mandelbrot/
H A DFractalEngine.h79 void RenderPixel(uint32 x, uint32 y);
H A DFractalEngine.cpp258 engine->RenderPixel(x, halfHeight + y);
259 // max y to RenderPixel will be
263 engine->RenderPixel(x, halfHeight - y - 1);
264 // min y to RenderPixel will be
291 void FractalEngine::RenderPixel(uint32 x, uint32 y) function in class:FractalEngine

Completed in 38 milliseconds