Searched defs:TRACE (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp81 //#define TRACE(_args) g_printf _args
82 #define TRACE(_args) macro
323 TRACE(("sp_group_render opacity: %f\n", SP_SCALE24_TO_FLOAT(item->style->opacity.value)));
469 TRACE(("sp_asbitmap_render: resolution: %f\n", res ));
551 TRACE(("root\n"));
556 TRACE(("symbol\n"));
561 TRACE(("group\n"));
566 TRACE(("shape\n"));
571 TRACE(("use begin---\n"));
573 TRACE(("
874 #undef TRACE macro
[all...]
H A Dcairo-render-context.cpp83 //#define TRACE(_args) g_printf _args
84 //#define TRACE(_args) g_message _args
85 #define TRACE(_args) macro
540 TRACE(("--pushLayer\n"));
558 TRACE(("--popLayer w/ opacity %f\n", opacity));
584 TRACE((" Applying clip\n"));
611 TRACE(("clip: setupSurface failed\n"));
655 TRACE((" Applying mask\n"));
668 TRACE(("mask: setupSurface failed\n"));
672 TRACE(("mas
1855 #undef TRACE macro
[all...]
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp25 #define TRACE(_args) IFTRACE(g_print _args) macro
275 TRACE((" start _measureUnbrokenSpan %g\n", maximum_width));
302 TRACE((" fitted control code, width = %f\n", control_code->width));
341 TRACE((" is_mandatory_break ************\n"));
343 TRACE((" span %ld end of para; width = %f chars = %d\n", span->start.iter_span - para.unbroken_spans.begin(), span->width, char_count));
348 TRACE((" is_line_break ************\n"));
413 TRACE((" span %ld exceeded scanrun; width = %f chars = %d\n", span->start.iter_span - para.unbroken_spans.begin(), span->width, char_count));
419 TRACE((" fitted span %ld width = %f chars = %d\n", span->start.iter_span - para.unbroken_spans.begin(), span->width, char_count));
420 TRACE((" end _measureUnbrokenSpan %g\n", maximum_width));
473 TRACE((" Star
[all...]
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp57 #define TRACE(_args) IFTRACE(g_print _args) macro
194 TRACE(("popNode() called when stack is empty\n"));
506 TRACE(("removed clipping path: %s\n", clip_path_id));
586 TRACE(("setTransform: %f %f %f %f %f %f\n", c0, c1, c2, c3, c4, c5));
1012 TRACE(("updateFont()\n"));
1288 TRACE(("tspan content: %s\n", text_buffer.c_str()));
1369 TRACE(("tm: %f %f %f %f %f %f\n",m[0], m[1],m[2], m[3], m[4], m[5]));
1371 TRACE(("ctm: %f %f %f %f %f %f\n",m[0], m[1],m[2], m[3], m[4], m[5]));

Completed in 30 milliseconds