Searched defs:bord (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A Dsweep-tree.h25 int bord; ///< Edge index in the Shape. member in class:SweepTree
H A DShapeRaster.cpp266 int cb = curS->bord;
365 int cb = qrsData[i].bord;
383 qrsData[no].bord = nBord;
394 int Shape::QuickRasterAddEdge(int bord, double x, int guess) argument
397 qrsData[no].bord = bord;
399 qrsData[bord].ind = no;
502 void Shape::QuickRasterSubEdge(int bord) argument
504 int no = qrsData[bord].ind;
530 qrsData[qrsData[no].bord]
[all...]
H A DShapeMisc.cpp888 int bord = startBord; local
891 dest->MoveTo (getPoint(getEdge(bord).st).x);
894 while (bord >= 0)
896 int nPiece = ebData[bord].pieceID;
897 int nPath = ebData[bord].pathID;
902 dest->LineTo (getPoint(getEdge(bord).en).x);
903 bord = swdData[bord].suivParc;
911 dest->LineTo (getPoint(getEdge(bord).en).x);
912 bord
993 ReFormeLineTo(int bord, int , Path * dest, Path * ) argument
1027 ReFormeArcTo(int bord, int , Path * dest, Path * from) argument
1105 ReFormeCubicTo(int bord, int , Path * dest, Path * from) argument
1151 ReFormeBezierTo(int bord, int , Path * dest, Path * from) argument
[all...]
H A DShape.h82 int bord; // index of the edge member in struct:Shape::quick_raster_data
83 int ind; // index of qrsData elem for edge (ie inverse of the bord)
100 int bord; member in struct:Shape::sTreeChange
519 int ReFormeLineTo(int bord, int curBord, Path *dest, Path *orig);
520 int ReFormeArcTo(int bord, int curBord, Path *dest, Path *orig);
521 int ReFormeCubicTo(int bord, int curBord, Path *dest, Path *orig);
522 int ReFormeBezierTo(int bord, int curBord, Path *dest, Path *orig);
528 int QuickRasterAddEdge(int bord, double x, int guess);
529 void QuickRasterSubEdge(int bord);

Completed in 17 milliseconds