Searched refs:curX (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathOutline.cpp | 75 Geom::Point curX; local 85 curX = PrevPoint(curD); 87 rev->MoveTo(curX); 99 curX = nextX; 107 curX = nextX; 113 curX = nextX; 118 curX = nextX; 128 curX = nextX; 137 curX = nextX; 262 Geom::Point curX; local 354 Geom::Point curX; local 828 IsNulCurve(std::vector<PathDescr*> const &cmd, int curD, Geom::Point const &curX) argument [all...] |
H A D | ShapeRaster.cpp | 367 qrsData[i].x=swrData[cb].curX; 788 qrsData[i].x = swrData[cb].curX; 826 lastGuess = line->AppendBord(swrData[lb].curX, 828 swrData[cb].curX, 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; [all...] |
H A D | PathConversion.cpp | 37 Geom::Point curX; local 45 curX = dynamic_cast<PathDescrMoveTo *>(descr_cmd[0])->p; 48 curX[Geom::X] = curX[Geom::Y] = 0; 50 lastMoveTo = AddPoint(curX, 0, 0.0, true); 61 AddForcedPoint(curX, curP, 1.0); 95 RecCubicTo(curX, nData->start, nextX, nData->end, treshhold, 8, 0.0, 1.0, curP); 105 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold, curP); 121 Geom::Point bx = curX; 179 curX 200 Geom::Point curX; local 415 Geom::Point curX; local [all...] |
H A D | Path.h | 340 static bool IsNulCurve (std::vector<PathDescr*> const &cmd, int curD, Geom::Point const &curX);
|
H A D | Shape.h | 426 double lastX, lastY, curX, curY; // curX;curY is the current intersection of the edge with the sweepline member in struct:Shape::raster_data
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 2443 double curX = state->getCurX(); local 2461 state->transform(curX + riseX, curY + riseY, &x, &y); 2466 if (0){ /*!out->beginType3Char(state, curX + riseX, curY + riseY, tdx, tdy, 2485 // so we deal with it here using (curX, curY) and (lineX, lineY) 2486 curX += tdx; 2488 state->moveTo(curX, curY);
|
Completed in 50 milliseconds