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

/inkscape/src/trace/
H A Dfilterset.cpp45 int lastX = width-3; local
58 if (x<firstX || x>lastX || y<firstY || y>lastY)
95 int lastX = width-3; local
108 if (x<firstX || x>lastX || y<firstY || y>lastY)
175 int lastX = width-2; local
189 if (x<firstX || x>lastX || y<firstY || y>lastY)
/inkscape/src/livarot/
H A DShapeRaster.cpp961 float lastX = 0; local
971 line->AddBord(lastX,swrData[cb].curX,true);
973 lastX = swrData[cb].curX;
991 line->AddBord(lastX, swrData[cb].curX, true);
993 lastX = swrData[cb].curX;
1011 line->AddBord(lastX,swrData[cb].curX,true);
1013 lastX=swrData[cb].curX;
1244 // float lastX = 0;
1273 // lastX = swrData[cb].curX;
1383 float lastX local
[all...]
H A DShape.h426 double lastX, lastY, curX, curY; // curX;curY is the current intersection of the edge with the sweepline member in struct:Shape::raster_data
427 // lastX;lastY is the intersection with the previous sweepline

Completed in 16 milliseconds