Lines Matching defs:isShape
217 bool isShape = false;
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;
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;
748 VertID vID(pnt.id, isShape, pnt.vn);
779 bool isShape = (existingPathStart > 0);
780 VertID vID(pnt.id, isShape, pnt.vn);
815 bool isShape = (existingPathStart > 0);
816 VertID vID(pnt.id, isShape, pnt.vn);
870 if (i->id.isShape)
884 if (i->pathNext->id.isShape && i->id.isShape)