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

/inkscape/src/trace/
H A Dfilterset.cpp279 unsigned long leftPixel; local
283 leftPixel = gm->getPixel(gm, x-1, y);
288 leftPixel = gm->getPixel(gm, x-1, y+1);
293 leftPixel = gm->getPixel(gm, x, y-1);
298 leftPixel = gm->getPixel(gm, x-1, y-1);
304 if (sum < leftPixel || sum < rightPixel)

Completed in 13 milliseconds