Lines Matching defs:orig
380 Path *orig = new Path;
381 orig->Copy ((Path *)this->originalPath);
396 orig->OutsideOutline (res, o_width, join_round, butt_straight, 20.0);
401 orig->OutsideOutline (res, -o_width, join_round, butt_straight, 20.0);
406 // res->ConvertForOffset (1.0, orig, offset->rad);
411 // res->ConvertForOffset (o_width, orig, offset->rad);
418 theRes->ConvertToForme (orig, 1, originaux);
430 orig->Coalesce (size * 0.001);
437 // orig->Coalesce (0.1); // small treshhold, since we only want to get rid of small segments
439 // orig->ConvertEvenLines (1.0);
440 // orig->Simplify (0.5);
444 // orig->Coalesce (0.1*o_width);
445 // orig->ConvertEvenLines (o_width);
446 // orig->Simplify (0.5 * o_width);
472 orig->ConvertWithBackData (0.5);
476 orig->ConvertWithBackData (0.5*o_width);
479 orig->Fill (theShape, 0);
483 originaux[0]=orig;
612 theRes->ConvertToForme (orig,nbPart,parts);
620 orig->Copy(parts[0]);
628 orig->Reset();
631 // theRes->ConvertToForme (orig);
634 orig->ConvertEvenLines (1.0);
635 orig->Simplify (1.0);
637 orig->ConvertEvenLines (1.0*o_width);
638 orig->Simplify (1.0 * o_width);
656 if (orig->descr_cmd.size() <= 1)
665 res_d = orig->svg_dump_path ();
668 delete orig;
1140 Path *orig = new Path;
1141 orig->LoadPathVector(curve->get_pathvector());
1151 orig->Transform(t);
1163 orig->ConvertWithBackData (1.0);
1164 orig->Fill (theShape, 0);
1183 originaux[0] = orig;
1192 delete orig;