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

/inkscape/src/livarot/
H A DAlphaLigne.cpp290 int nst=curPos,nen=steps[curStep].x; local
291 //Buffer::RasterRun(dest,color,nst,alpSum,nen,alpSum);
292 (worker)(dest,color,nst,alpSum,nen,alpSum);
301 int nst=curPos,nen=max; local
302 (worker)(dest,color,nst,alpSum,nen,alpSum);
303 //Buffer::RasterRun(dest,color,nst,alpSum,nen,alpSum);
H A Dint-line.cpp1023 int nst = runs[curRun].st; local
1027 float nvst = (vst * (nen - dest.startPix) + ven * (dest.startPix - nst)) / ((float) (nen - nst));
1031 float nven = (vst * (nen - dest.endPix) + ven * (dest.endPix - nst)) / ((float)(nen - nst));
1048 int const nst = runs[curRun].st; local
1052 float const nven = (vst * (nen - dest.endPix) + ven * (dest.endPix - nst)) / ((float)(nen - nst));

Completed in 55 milliseconds