legacy-imlib2/test
Tom Gilbert e423fc372d Added rectangle clipping, in the form:
void
imlib_image_draw_rectangle_clipped(int x, int y, int width, int height,
                                   int clip_xmin, int clip_xmax, int clip_ymin,
                                   int clip_ymax);

Works well. If you make install then cd test, make, ./imlib2, you'll see the
demo/test of the clipping code.

Next up: draw_polygon and draw_polygon_clipped.

Then (eeek) fill_polygon, fill_polygon_clipped, and some clipping for image
blending (fun).


SVN revision: 3276
2000-08-30 16:39:44 +00:00
..
test_images Argh. 2000-06-06 11:03:14 +00:00
ttfonts restructure the direcotry a bit....... 1999-11-01 17:49:58 +00:00
.cvsignore Argh. 2000-06-06 11:03:14 +00:00
Makefile.am Start of a filter test app, and applied Willem's patch for imlib2. thanks 2000-05-30 22:10:01 +00:00
bmtest.c Start of a filter test app, and applied Willem's patch for imlib2. thanks 2000-05-30 22:10:01 +00:00
main.c Added rectangle clipping, in the form: 2000-08-30 16:39:44 +00:00