[cairo-commit] cairo/test fill-and-stroke.c,1.2,1.3
Carl Worth
commit at pdx.freedesktop.org
Thu Oct 13 16:55:17 PDT 2005
- Previous message: [cairo-commit] cairo/src cairo-gstate.c, 1.172,
1.173 cairo-meta-surface-private.h, 1.4,
1.5 cairo-meta-surface.c, 1.9, 1.10 cairo-pdf-surface.c, 1.63,
1.64 cairo-ps-surface.c, 1.52, 1.53 cairo-surface.c, 1.101,
1.102 cairoint.h, 1.214, 1.215
- Next message: [cairo-commit] cairo/src cairo-pdf-surface.c,1.64,1.65
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv24606/test
Modified Files:
fill-and-stroke.c
Log Message:
2005-10-13 Carl Worth <cworth at cworth.org>
Reviewed by: keithp
* src/cairo-surface.c: (_fallback_fill_path),
(_cairo_surface_fill_path):
* src/cairo-gstate.c: (_cairo_gstate_fill): Push fill_path
fallbacks down from gstate into the surface where all the other
fallbacks are.
* src/cairo-meta-surface-private.h:
* src/cairo-meta-surface.c: (_cairo_surface_is_meta):
Add _cairo_surface_is_meta.
* src/cairo-meta-surface.c: (_cairo_meta_surface_fill_path),
(_cairo_meta_surface_replay): Add antialias to the fill_path
meta-surface command.
* src/cairoint.h:
* src/cairo-pdf-surface.c: (_cairo_pdf_surface_fill_path):
* src/cairo-ps-surface.c: (_cairo_ps_surface_fill_path),
(_ps_output_fill_path): Add an antialias parameter to the backend
fill_path function.
* test/fill-and-stroke.c: Fix test description.
Index: fill-and-stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/test/fill-and-stroke.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fill-and-stroke.c 26 Apr 2005 19:38:06 -0000 1.2
+++ fill-and-stroke.c 13 Oct 2005 23:55:15 -0000 1.3
@@ -30,7 +30,7 @@
cairo_test_t test = {
"fill-and-stroke",
- "Tests calls to various set_source functions",
+ "Tests using cairo_fill_preserve/cairo_stroke to fill/stroke the same path",
2 * SIZE + 4 * PAD, SIZE + 2 * PAD
};
- Previous message: [cairo-commit] cairo/src cairo-gstate.c, 1.172,
1.173 cairo-meta-surface-private.h, 1.4,
1.5 cairo-meta-surface.c, 1.9, 1.10 cairo-pdf-surface.c, 1.63,
1.64 cairo-ps-surface.c, 1.52, 1.53 cairo-surface.c, 1.101,
1.102 cairoint.h, 1.214, 1.215
- Next message: [cairo-commit] cairo/src cairo-pdf-surface.c,1.64,1.65
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list