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

/inkscape/src/io/
H A Dbase64stream.h62 bool done; member in class:Inkscape::IO::Base64InputStream
/inkscape/src/
H A Ddocument-undo.cpp37 * single step is usually done in a more efficent way. Most controls have
39 * action. During the grab phase, all modifications are done to the
97 void Inkscape::DocumentUndo::done(SPDocument *doc, const unsigned int event_type, Glib::ustring const &event_description) function in class:Inkscape::DocumentUndo
H A Duri-references.cpp54 * (descendants of <use> referencing an ancestor of the href'ing object)). The way it is done here is *atrocious*, but i
71 std::set<SPObject *> done; local
108 if (done.insert(e).second) {
H A Dknot.cpp400 bool done = this->request_signal.emit(this, &const_cast<Geom::Point&>(p), state); local
403 if (!done) {
/inkscape/src/libcola/
H A Dcola.cpp25 TestConvergence& done)
32 done(done),
45 done.reset();
217 } while(!done(compute_stress(Dij),X,Y));
20 ConstrainedMajorizationLayout( std::vector<Rectangle*>& rs, std::vector<Edge>& es, double* eweights, double idealLength, TestConvergence& done) argument
H A Dcola.h157 TestConvergence& done=defaultTest);
217 TestConvergence& done; member in class:cola::ConstrainedMajorizationLayout
/inkscape/src/live_effects/
H A Dlpe-sketch.cpp250 bool done = false;// was the end of the component reached? local
252 while (!done){
266 done = true;
271 done = true;
/inkscape/share/extensions/
H A Dmeasure.py58 inkex.errormsg(_("Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
H A Dperspective.py44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
H A Dpolyhedron_3d.py66 inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this can be done with the command 'sudo apt-get install python-numpy'.")) namespace
/inkscape/src/libgdl/
H A Dgdl-dock-paned.c537 gboolean done = FALSE; local
565 done = TRUE;
568 done = TRUE;
574 done = TRUE;
577 done = TRUE;
584 if (!done) {
/inkscape/src/libavoid/
H A Dmakepath.cpp138 VertInf *inf3, std::vector<ANode>& done, int inf1Index)
141 for (int curr = inf1Index; curr >= 0; curr = done[curr].prevIndex)
149 for (int curr = inf1Index; curr >= 0; curr = done[curr].prevIndex)
151 connRoute.ps[routeSize] = done[curr].inf->point;
163 VertInf *inf3, std::vector<ANode>& done, int inf1Index)
165 VertInf *inf1 = (inf1Index >= 0) ? done[inf1Index].inf : NULL;
226 constructPolygonPath(connRoute, inf2, inf3, done, inf1Index);
259 constructPolygonPath(connRoute, inf2, inf3, done, inf1Index);
296 constructPolygonPath(connRoute, inf2, inf3, done, inf1Index);
137 constructPolygonPath(Polygon& connRoute, VertInf *inf2, VertInf *inf3, std::vector<ANode>& done, int inf1Index) argument
162 cost(ConnRef *lineRef, const double dist, VertInf *inf2, VertInf *inf3, std::vector<ANode>& done, int inf1Index) argument
/inkscape/src/2geom/
H A Dtoposweep.cpp299 if(!done()) {
312 assert(!done());
315 bool done() { return b.empty() && ai >= a.size() - 1; } function in struct:Geom::MergeIterator
316 typename A::value_type operator->() { assert(!done()); return on_a ? a[ai] : b.back(); }
369 if(iter.done()) lim[X] = lim[Y] = DINF; else lim = iter->fp;
412 if(!iter.done()) {
496 if(iter.done() && context.empty()) return;
/inkscape/src/extension/internal/
H A Dwmf-print.cpp1021 bool done = false; local
1074 done = true;
1080 return done;
H A Demf-print.cpp1606 bool done = false; local
1670 done = true;
1688 return done;
1808 /* inkscape to EMF scaling is done below, but NOT the rotation/translation transform,
/inkscape/src/libuemf/
H A Dupmf.c979 int done = 0; local
1002 while(!done){
1005 if(L2 <= Sweep + Start - Slop){ L2 = Sweep + Start; done = 1; }
1006 else {done = 0; }
1010 if(L2 >= Sweep + Start + Slop){ L2 = Sweep + Start; done = 1; }
1011 else {done = 0; }
1176 if(!Dst){ return(1); } /* "fake" get, no data was retrieved, so we are done */
1213 if(!*Dst){ return(1); } /* "fake" get, no data was retrieved, so we are done */

Completed in 1498 milliseconds