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

/inkscape/src/livarot/
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-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;
/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/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/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/util/
H A Dziptool.cpp254 void dump();
351 void Inflater::dump() function in class:Inflater
472 dump();
543 dump();
/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...]

Completed in 2889 milliseconds