/inkscape/src/io/ |
H A D | base64stream.h | 62 bool done; member in class:Inkscape::IO::Base64InputStream
|
/inkscape/src/ |
H A D | document-undo.cpp | 37 * 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 D | uri-references.cpp | 54 * (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 D | knot.cpp | 400 bool done = this->request_signal.emit(this, &const_cast<Geom::Point&>(p), state); local 403 if (!done) {
|
/inkscape/src/libcola/ |
H A D | cola.cpp | 25 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 D | cola.h | 157 TestConvergence& done=defaultTest); 217 TestConvergence& done; member in class:cola::ConstrainedMajorizationLayout
|
/inkscape/src/live_effects/ |
H A D | lpe-sketch.cpp | 250 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 D | measure.py | 58 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 D | perspective.py | 44 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 D | polyhedron_3d.py | 66 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 D | gdl-dock-paned.c | 537 gboolean done = FALSE; local 565 done = TRUE; 568 done = TRUE; 574 done = TRUE; 577 done = TRUE; 584 if (!done) {
|
/inkscape/src/libavoid/ |
H A D | makepath.cpp | 138 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 D | toposweep.cpp | 299 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 D | wmf-print.cpp | 1021 bool done = false; local 1074 done = true; 1080 return done;
|
H A D | emf-print.cpp | 1606 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 D | upmf.c | 979 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 */
|