Home
last modified time | relevance | path

Searched refs:subX (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp302 for (uint8 subX = 0; subX < fSubsampling; subX++) { in RenderPixel() local
304 double sampleReal = real + subX * subsampleDelta; in RenderPixel()