Searched defs:rightPixel (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/trace/
H A Dfilterset.cpp280 unsigned long rightPixel; local
284 rightPixel = gm->getPixel(gm, x+1, y);
289 rightPixel = gm->getPixel(gm, x+1, y-1);
294 rightPixel = gm->getPixel(gm, x, y+1);
299 rightPixel = gm->getPixel(gm, x+1, y+1);
304 if (sum < leftPixel || sum < rightPixel)

Completed in 10 milliseconds