Searched defs:nven (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | int-line.cpp | 1031 float nven = (vst * (nen - dest.endPix) + ven * (dest.endPix - nst)) / ((float)(nen - nst)); local 1032 (worker)(dest, color, dest.startPix, nvst, dest.endPix, nven); 1052 float const nven = (vst * (nen - dest.endPix) + ven * (dest.endPix - nst)) / ((float)(nen - nst)); local 1054 (worker)(dest,color,runs[curRun].st,runs[curRun].vst,dest.endPix,nven);
|
Completed in 12 milliseconds