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

/inkscape/src/trace/
H A Dimagemap.h36 void (*setPixel)(GrayMap *me, int x, int y, unsigned long val); member in struct:GrayMap_def
116 void (*setPixel)(PackedPixelMap *me, int x, int y, int r, int g, int b); member in struct:PackedPixelMap_def
214 void (*setPixel)(RgbMap *me, int x, int y, int r, int g, int b); member in struct:RgbMap_def
302 void (*setPixel)(IndexedMap *me, int x, int y, unsigned int index); member in struct:IndexedMap_def
H A Dfilterset.cpp60 newGm->setPixel(newGm, x, y, me->getPixel(me, x, y));
76 newGm->setPixel(newGm, x, y, sum);
338 newGm->setPixel(newGm, x, y, sum);
399 gm->setPixel(gm, x, y, sum);
H A Dimagemap-gdk.cpp37 grayMap->setPixel(grayMap, x, y, bright);
116 ppMap->setPixel(ppMap, x, y, r, g, b);
159 rgbMap->setPixel(rgbMap, x, y, r, g, b);
H A Dimagemap.cpp71 me->setPixel = gSetPixel;
185 me->setPixel = ppSetPixel;
295 me->setPixel = rSetPixel;
404 me->setPixel = iSetPixel;
H A Dsiox.h251 virtual void setPixel(unsigned int x,
259 virtual void setPixel(unsigned int x, unsigned int y,
H A Dsiox.cpp413 void SioxImage::setPixel(unsigned int x, function in class:org::siox::SioxImage
419 error("setPixel: out of bounds (%d,%d)/(%d,%d)",
431 void SioxImage::setPixel(unsigned int x, unsigned int y, function in class:org::siox::SioxImage
439 error("setPixel: out of bounds (%d,%d)/(%d,%d)",
637 setPixel(x, y, alpha, r, g, b);
H A Dquantize.cpp588 newmap->setPixel(newmap, x, y, index);
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp240 newGm->setPixel(newGm, x, y, GRAYMAP_BLACK); //black pixel
242 newGm->setPixel(newGm, x, y, GRAYMAP_WHITE); //white pixel
270 newGm->setPixel(newGm, x, y, brightness);
542 gm->setPixel(gm, col, row, GRAYMAP_WHITE);
552 gm->setPixel(gm, col, row, GRAYMAP_BLACK); //black
554 gm->setPixel(gm, col, row, GRAYMAP_WHITE); //white

Completed in 49 milliseconds