Home
last modified time | relevance | path

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

/dports/devel/doxygen/doxygen-1.9.3/addon/doxywizard/
H A Dwizard.cpp298 uint nrPixels = coloredImg.width()*coloredImg.height(); in updateImage() local
299 for (uint i=0;i<nrPixels;i++,srcPixel++,dstPixel++) in updateImage()