| .. |
|
.cvsignore
|
Initial import of libpixregion
|
2003-02-25 08:05:26 +00:00 |
|
ic.c
|
Do nothing if src image has width or height == 0 to avoid potential divide-by-zero.
|
2005-01-04 11:55:36 +00:00 |
|
icblt.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
icbltone.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
iccolor.c
|
Correct over-eager renames of the form pixman_thing_tName into pixman_thing_name. It was inevitable really this would happen!
|
2003-12-10 15:23:11 +00:00 |
|
iccompose.c
|
Switch from two different buggy mod macros to a new MOD macro which should work in C89 or C99.
|
2004-10-27 07:26:36 +00:00 |
|
icformat.c
|
Added pixman_format_get_masks and fixed a few format issues
|
2004-09-12 06:06:50 +00:00 |
|
icimage.c
|
Added pixman_format_get_masks and fixed a few format issues
|
2004-09-12 06:06:50 +00:00 |
|
icimage.h
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |
|
icint.h
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |
|
icpixels.c
|
Correct over-eager renames of the form pixman_thing_tName into pixman_thing_name. It was inevitable really this would happen!
|
2003-12-10 15:23:11 +00:00 |
|
icrect.c
|
Fix to actually call pixman_fill_rect_32bpp in the 32 bpp case. Thanks to TOKUNAGA Hiroyuki <tkng@xem.jp>. (pixman_fill_rect_8bpp, pixman_fill_rect_32bpp): Fix typo in naming: bbp -> bpp.
|
2004-12-23 11:00:01 +00:00 |
|
icrop.h
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |
|
icstipple.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
ictransform.c
|
Correct over-eager renames of the form pixman_thing_tName into pixman_thing_name. It was inevitable really this would happen!
|
2003-12-10 15:23:11 +00:00 |
|
ictrap.c
|
Fix bogus names such as PIXMAN_FORMAT_NAME_AR_GB32 that were left over from a broken search-and-replace. Normalize structure defintions, (eg. struct _pixman_region16_t -> struct pixman_region16). Normalize indentation.
|
2004-04-16 08:32:53 +00:00 |
|
ictri.c
|
Correct some more renames where the order of the renaming caused later renames to fail due to earlier prefixes failing.
|
2003-12-10 15:39:45 +00:00 |
|
icutil.c
|
Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pixman (or PIXMAN for enum values)
|
2003-12-10 14:20:05 +00:00 |
|
Makefile.am
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |
|
pixman.h
|
Added pixman_format_get_masks and fixed a few format issues
|
2004-09-12 06:06:50 +00:00 |
|
pixregion.c
|
Fix bogus names such as PIXMAN_FORMAT_NAME_AR_GB32 that were left over from a broken search-and-replace. Normalize structure defintions, (eg. struct _pixman_region16_t -> struct pixman_region16). Normalize indentation.
|
2004-04-16 08:32:53 +00:00 |
|
pixregionint.h
|
Fix bogus names such as PIXMAN_FORMAT_NAME_AR_GB32 that were left over from a broken search-and-replace. Normalize structure defintions, (eg. struct _pixman_region16_t -> struct pixman_region16). Normalize indentation.
|
2004-04-16 08:32:53 +00:00 |
|
slim_internal.h
|
Rename __internal_linkage to pixman_private.
|
2004-12-23 11:10:08 +00:00 |