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

/inkscape/src/trace/
H A Dfilterset.cpp381 IndexedMap *qMap = rgbMapQuantize(gaussMap, nrColors); local
382 //qMap->writePPM(qMap, "rgbquant.ppm");
388 for (int y=0 ; y<qMap->height ; y++)
390 for (int x=0 ; x<qMap->width ; x++)
392 RGB rgb = qMap->getPixelValue(qMap, x, y);
403 qMap->destroy(qMap);

Completed in 100 milliseconds