Searched defs:isShape (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libavoid/ |
H A D | shape.cpp | 47 bool isShape = true; local 48 VertID i = VertID(_id, isShape, 0);
|
H A D | vertices.h | 51 bool isShape; member in class:Avoid::VertID
|
H A D | makepath.cpp | 427 bool isShape = (rIndx > 0); local 428 VertID vID(pnt.id, isShape, pnt.vn); 431 db_printf("/// %d %d %d\n", pnt.id, (int) isShape, pnt.vn); 622 if (!(Node.inf->id.isShape) && (Node.inf != tar))
|
H A D | connector.cpp | 217 bool isShape = false; local 218 _srcVert = new VertInf(_router, VertID(_id, isShape, 1), src.point()); 220 _dstVert = new VertInf(_router, VertID(_id, isShape, 2), dst.point()); 290 bool isShape = false; local 296 _srcVert->Reset(VertID(_id, isShape, type), point); 300 _srcVert = new VertInf(_router, VertID(_id, isShape, type), point); 311 _dstVert->Reset(VertID(_id, isShape, type), point); 315 _dstVert = new VertInf(_router, VertID(_id, isShape, type), point); 747 bool isShape = true; local 748 VertID vID(pnt.id, isShape, pn 779 bool isShape = (existingPathStart > 0); local 815 bool isShape = (existingPathStart > 0); local [all...] |
H A D | router.cpp | 868 bool ep_in_poly1 = !(eID1.isShape) ? 870 bool ep_in_poly2 = !(eID2.isShape) ? 949 if (!(iID.isShape) && (iID.objID != jID.objID)) 1346 if ((pID.isShape) && (pID.objID != currshape)) 1351 if (pID.isShape) 1366 if (!(idpair.first.isShape) || !(idpair.second.isShape)) 1660 bool isShape = (ids.first.isShape) && (ids.second.isShape); local 1690 bool isShape = (ids.first.isShape) && (ids.second.isShape); local [all...] |
Completed in 24 milliseconds