Lines Matching defs:theShape

385         Shape *theShape = new Shape;
414 res->Fill (theShape, 0);
415 theRes->ConvertToShape (theShape, fill_positive);
449 delete theShape;
454 Shape *theShape = new Shape;
479 orig->Fill (theShape, 0);
480 theRes->ConvertToShape (theShape, fill_positive);
498 theShape->Reset();
548 /* int firstP=theShape->nbPt;
549 for (int j=0;j<onePart->nbPt;j++) theShape->AddPoint(onePart->pts[j].x);
550 for (int j=0;j<onePart->nbAr;j++) theShape->AddEdge(firstP+onePart->aretes[j].st,firstP+onePart->aretes[j].en);*/
585 /* int firstP=theShape->nbPt;
586 for (int j=0;j<onePart->nbPt;j++) theShape->AddPoint(onePart->pts[j].x);
587 for (int j=0;j<onePart->nbAr;j++) theShape->AddEdge(firstP+onePart->aretes[j].en,firstP+onePart->aretes[j].st);*/
591 // theShape->MakeOffset(theRes,offset->rad,join_round,20.0);
597 theShape->Reset();
604 parts[i]->Fill(theShape,i,true,true,true);
606 parts[i]->Fill(theShape,i,true,true,false);
611 theRes->ConvertToShape (theShape, fill_positive);
630 // theRes->ConvertToShape (theShape, fill_positive);
650 delete theShape;
784 Shape *theShape = new Shape;
798 ((Path *) offset->originalPath)->Fill (theShape, 0);
799 theRes->ConvertToShape (theShape, fill_oddEven);
924 delete theShape;
974 Shape *theShape = new Shape;
977 finalPath->Fill (theShape, 0);
979 if (theShape->hasPoints())
981 theShape->SortPoints ();
982 *px = theShape->getPoint(0).x;
985 delete theShape;
1160 Shape *theShape = new Shape;
1164 orig->Fill (theShape, 0);
1171 theRes->ConvertToShape (theShape, fill_nonZero);
1175 theRes->ConvertToShape (theShape, fill_oddEven);
1179 theRes->ConvertToShape (theShape, fill_nonZero);
1187 delete theShape;