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

/inkscape/packaging/
H A DmkNEWS14 my @page = `w3m -dump $wiki/Release_notes/$rel`;
/inkscape/src/livarot/
H A Dpath-description.h41 virtual void dump(std::ostream &/*s*/) const {} function in struct:PathDescr
57 void dump(std::ostream &s) const;
70 void dump(std::ostream &s) const;
83 void dump(std::ostream &s) const;
99 void dump(std::ostream &s) const;
113 void dump(std::ostream &s) const;
129 void dump(std::ostream &s) const;
H A Dpath-description.cpp19 void PathDescrMoveTo::dump(std::ostream &s) const function in class:PathDescrMoveTo
40 void PathDescrLineTo::dump(std::ostream &s) const function in class:PathDescrLineTo
56 void PathDescrBezierTo::dump(std::ostream &s) const function in class:PathDescrBezierTo
72 void PathDescrIntermBezierTo::dump(std::ostream &s) const function in class:PathDescrIntermBezierTo
94 void PathDescrCubicTo::dump(std::ostream &s) const function in class:PathDescrCubicTo
135 void PathDescrArcTo::dump(std::ostream &s) const function in class:PathDescrArcTo
H A DPath.cpp36 // debug function do dump the path contents on stdout
41 (*i)->dump(std::cout);
/inkscape/src/widgets/
H A Dicon.cpp396 bool const dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpSvg"); local
397 if ( dump ) {
803 static bool dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpGtk"); local
821 if ( dump ) {
844 if ( dump ) {
901 bool dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpDefault"); local
909 if ( dump ) {
915 } else if ( dump ) {
984 bool dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpDefault");
985 if ( dump ) {
1130 bool const dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpSvg"); local
1297 bool const dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpSvg"); local
1342 static bool dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpGtk"); local
1393 static bool dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpGtk"); local
[all...]
/inkscape/cxxtest/cxxtest/
H A DErrorFormatter.h136 dump( x, size );
138 dump( y, size );
240 void dump( const void *buffer, unsigned size ) function in class:CxxTest::ErrorFormatter
/inkscape/src/io/
H A Dsys.cpp43 gint dump = prefs->getBool("/options/bulia/" #key) ? 1 : 0;\
47 if ( dump )\
/inkscape/src/libcroco/
H A Dcr-declaration.c37 * dump:
45 dump (CRDeclaration const * a_this, FILE * a_fp, glong a_indent) function
472 dump (cur, a_fp, a_indent);
489 dump (a_this, a_fp, a_indent);
/inkscape/share/extensions/
H A Dvoronoi.py327 def dump(self): member in class:Site
362 def dump(self): member in class:Edge
419 def dump(self): member in class:Halfedge
426 if self.vertex: self.vertex.dump()
/inkscape/src/
H A Dsp-image.cpp87 bool dump = prefs->getBool("/options/scislac/" #key);\
91 if ( dump )\
H A Dcolor-profile.cpp76 bool dump = prefs->getBool(Glib::ustring("/options/scislac/") + #key);\
80 if ( dump )\
/inkscape/src/util/
H A Dziptool.cpp254 void dump();
351 void Inflater::dump() function in class:Inflater
472 dump();
543 dump();
/inkscape/src/ui/widget/
H A Dcolor-icc-selector.cpp42 bool dump = prefs->getBool("/options/scislac/" #key); \
46 if (dump) { \

Completed in 62 milliseconds