Searched refs:curY (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeRaster.cpp | 827 to - swrData[lb].curY, 829 to - swrData[cb].curY,0.0); 1261 to - swrData[lastB].curY, 1263 to - swrData[cb].curY, 1274 // lastY = swrData[cb].curY; 1634 swrData[no].lastY = swrData[no].curY = getPoint(cPt).x[1]; 1648 swrData[no].calcX = swrData[no].curX + (to - step - swrData[no].curY) * swrData[no].dxdy; 1676 swrData[no].lastY = swrData[no].curY; 1678 swrData[no].curY = to; 1692 to - swrData[no].curY, [all...] |
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 | 2444 double curY = state->getCurY(); 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) 2487 curY += tdy; 2488 state->moveTo(curX, curY);
|
Completed in 29 milliseconds