Searched refs:newOp (Results 1 – 1 of 1) sorted by relevance
2469 OutPt* newOp = new OutPt; in AddOutPt() local2470 outRec->Pts = newOp; in AddOutPt()2471 newOp->Idx = outRec->Idx; in AddOutPt()2472 newOp->Pt = pt; in AddOutPt()2473 newOp->Next = newOp; in AddOutPt()2474 newOp->Prev = newOp; in AddOutPt()2478 return newOp; in AddOutPt()2489 OutPt* newOp = new OutPt; in AddOutPt() local2490 newOp->Idx = outRec->Idx; in AddOutPt()2491 newOp->Pt = pt; in AddOutPt()[all …]