Searched defs:debug (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | sp-metadata.cpp | 25 # define debug(f, a...) { g_print("%s(%d) %s:", \ macro 31 # define debug(f, a...) /**/ macro 60 debug("0x%08x",(unsigned int)this); 76 debug("0x%08x",(unsigned int)this); 84 debug("0x%08x %s(%u): '%s'",(unsigned int)this, 92 debug("0x%08x",(unsigned int)this); 106 debug("0x%08x",(unsigned int)this);
|
H A D | sp-tref.cpp | 36 # define debug(f, a...) { g_message("%s(%d) %s:", \ macro 42 # define debug(f, a...) /**/ macro 92 debug("0x%p %s(%u): '%s'",this, 130 debug("0x%p",this); 170 debug("0x%p",this); 180 debug("uri_string=%s", uri_string); 430 debug("%s", retString->c_str());
|
H A D | sp-object.cpp | 37 #include "debug/event-tracker.h" 38 #include "debug/simple-event.h" 39 #include "debug/demangle.h" 55 # define debug(f, a...) { g_print("%s(%d) %s:", \ macro 61 # define debug(f, a...) /* */ 114 debug("id=%p, typename=%s",this, g_type_name_from_instance((GTypeInstance*)this)); 647 debug("id=%p, typename=%s", object, g_type_name_from_instance((GTypeInstance*)object)); 654 debug("id=%p, typename=%s", this, g_type_name_from_instance((GTypeInstance*)this)); 678 debug("id=%p, typename=%s", object, g_type_name_from_instance((GTypeInstance*)object)); 704 debug("i [all...] |
/inkscape/src/display/ |
H A D | drawing-pattern.cpp | 19 DrawingPattern::DrawingPattern(Drawing &drawing, bool debug) argument 23 , _debug(debug) 121 //Uncomment to debug
|
/inkscape/src/extension/internal/ |
H A D | image-resolution.cpp | 40 # define debug(f, a...) { g_print("%s(%d) %s:", \ macro 46 # define debug(f, a...) /* */ macro 134 debug("PNG_INCH_CONVERSIONS_SUPPORTED"); 143 debug("PNG_RESOLUTION_METER"); 160 debug("xdpi: %f", x_); 161 debug("ydpi: %f", y_); 163 debug("FAILED"); 244 debug("xdpi: %f", x_); 245 debug("ydpi: %f", y_); 247 debug("FAILE [all...] |
/inkscape/src/2geom/ |
H A D | solve-bezier.cpp | 17 //#define debug(x) do{x;}while(0) 18 #define debug(x) macro 128 debug(std::cout << "deflate\n"); 133 debug(std::cout << "linear\n"); 157 debug(std::cout << left_t << ", " << right_t << std::endl); 209 debug(std::cout << "derivative mode\n"); 212 debug(std::cout << "initial = " << dbz << std::endl); 214 debug(std::cout << "dsolutions = " << dsolutions << std::endl); 220 debug(std::cout << "split_value = " << bz(split_t) << std::endl); 221 debug(st [all...] |
/inkscape/share/extensions/ |
H A D | inkex.py | 83 def debug(what): function
|
Completed in 168 milliseconds