Lines Matching defs:TRACE
83 //#define TRACE(_args) g_printf _args
84 //#define TRACE(_args) g_message _args
85 #define TRACE(_args)
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(("mask surface: %f x %f at %i dpi\n", surface_width, surface_height, _dpi ));
715 TRACE(("premul w/ %f\n", opacity));
1016 TRACE(("%f x %f pattern\n", width, height));
1062 TRACE(("pattern surface size: %f x %f\n", surface_width, surface_height));
1071 TRACE(("needed to scale with %f %f\n", scale_width, scale_height));
1331 TRACE(("merged op=%f\n", alpha));
1559 TRACE(("Image surface creation failed:\n%s\n", cairo_status_to_string(cairo_surface_status(image_surface))));
1625 TRACE(("INVALID GLYPH found\n"));
1855 #undef TRACE