Searched refs:onePart (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-offset.cpp495 Shape* onePart=new Shape; local
518 onePart->ConvertToShape(oneCleanPart,fill_positive); // there aren't intersections in that one, but maybe duplicate points and null edges
519 oneCleanPart->MakeOffset(onePart,this->rad,join_round,20.0);
520 onePart->ConvertToShape(oneCleanPart,fill_positive);
522 onePart->CalcBBox();
523 double typicalSize=0.5*((onePart->rightX-onePart->leftX)+(onePart->bottomY-onePart->topY));
535 onePart
[all...]

Completed in 24 milliseconds