[GRASS-SVN] r63743 - grass/trunk/lib/cairodriver
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 25 03:34:18 PST 2014
Author: martinl
Date: 2014-12-25 03:34:18 -0800 (Thu, 25 Dec 2014)
New Revision: 63743
Modified:
grass/trunk/lib/cairodriver/raster.c
Log:
cairolib: debug messages cosmetics
Modified: grass/trunk/lib/cairodriver/raster.c
===================================================================
--- grass/trunk/lib/cairodriver/raster.c 2014-12-25 11:28:19 UTC (rev 63742)
+++ grass/trunk/lib/cairodriver/raster.c 2014-12-25 11:34:18 UTC (rev 63743)
@@ -96,7 +96,7 @@
dst_w = dst_r - dst_l;
dst_h = dst_b - dst_t;
- G_debug(1, "Cairo_begin_raster(): masked=%d, src_lrtb=%d %d %d %d -> w/h=%d/%d, "
+ G_debug(1, "Cairo_begin_raster(): masked=%d, src_lrtb=%d %d %d %d -> w/h=%d %d, "
"dst_lrtb=%d %d %d %d -> w/h=%d %d",
masked, src_l, src_r, src_t, src_b, src_w, src_h,
dst_l, dst_r, dst_t, dst_b, dst_w, dst_h);
@@ -145,7 +145,7 @@
if (y1 <= y0)
return next_row(row, d_y1);
- G_debug(3, "Cairo_raster(): row=%d", row);
+ G_debug(3, "Cairo_raster(): n=%d row=%d", n, row);
for (x = x0; x < x1; x++) {
int xx = dst_l + x;
More information about the grass-commit
mailing list