Home
last modified time | relevance | path

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

/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp300 int16 totalG = 0; in RenderPixel() local
318 totalG += fColorset[sampleLoc + 1]; in RenderPixel()
326 fRenderBuffer[offsetBase + 1] = totalG / nSamples; in RenderPixel()