/inkscape/src/trace/ |
H A D | imagemap.h | 36 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 D | filterset.cpp | 60 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 D | imagemap-gdk.cpp | 37 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 D | imagemap.cpp | 71 me->setPixel = gSetPixel; 185 me->setPixel = ppSetPixel; 295 me->setPixel = rSetPixel; 404 me->setPixel = iSetPixel;
|
H A D | siox.h | 251 virtual void setPixel(unsigned int x, 259 virtual void setPixel(unsigned int x, unsigned int y,
|
H A D | siox.cpp | 413 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 D | quantize.cpp | 588 newmap->setPixel(newmap, x, y, index);
|
/inkscape/src/trace/potrace/ |
H A D | inkscape-potrace.cpp | 240 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
|