Searched defs:splines (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp86 Output(Tracer::Splines splines, SVGLength x, SVGLength y) : argument
87 splines(splines), x(x), y(y)
90 Tracer::Splines splines; member in struct:Inkscape::UI::Dialog::PixelArtDialogImpl::Output
448 for ( Tracer::Splines::const_iterator it = output.splines.begin(),
449 end = output.splines.end() ; it != end ; ++it ) {

Completed in 70 milliseconds