2003-08-18 23:05:22 +08:00
|
|
|
#ifndef gimp_composite_generic_h
|
|
|
|
#define gimp_composite_generic_h
|
migrated to new (trimmer) code and removed dead code. Some beautification
* app/composite/make-install.py: migrated to new (trimmer) code and
removed dead code. Some beautification for generated code.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis,generic}.{c,h}:
All init() functions are also a run-time check and now expected to
return TRUE/FALSE if the particular set of compositing functions can
be used.
* app/composite/gimp-composite.c: No longer has to determine if
the particular set of compositing functions can be used.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-{install,test}.c:
Regenerated
* app/composite/test-composite.c: Deprecated, removed. All tests are automatically
generated and the code is in app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-test.c:
* app/composite/Makefile.am: removed unused references to test-composite.c
2003-10-06 10:46:15 +08:00
|
|
|
|
|
|
|
extern gboolean gimp_composite_generic_init (void);
|
2003-08-14 15:43:34 +08:00
|
|
|
/*
|
2003-10-13 00:46:50 +08:00
|
|
|
* The function gimp_composite_*_install() is defined in the code
|
|
|
|
* generated by make-install.py I hate to create a .h file just for
|
|
|
|
* that declaration, so I do it here (for now).
|
2003-08-14 15:43:34 +08:00
|
|
|
*/
|
migrated to new (trimmer) code and removed dead code. Some beautification
* app/composite/make-install.py: migrated to new (trimmer) code and
removed dead code. Some beautification for generated code.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis,generic}.{c,h}:
All init() functions are also a run-time check and now expected to
return TRUE/FALSE if the particular set of compositing functions can
be used.
* app/composite/gimp-composite.c: No longer has to determine if
the particular set of compositing functions can be used.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-{install,test}.c:
Regenerated
* app/composite/test-composite.c: Deprecated, removed. All tests are automatically
generated and the code is in app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-test.c:
* app/composite/Makefile.am: removed unused references to test-composite.c
2003-10-06 10:46:15 +08:00
|
|
|
extern gboolean gimp_composite_generic_install (void);
|
2003-07-24 16:00:12 +08:00
|
|
|
|
app/composite/gimp-composite.h app/composite/gimp-composite-generic.h
* app/composite/gimp-composite.h
* app/composite/gimp-composite-generic.h
* app/composite/gimp-composite-regression.h: Reformatted to include
argument names in function prototypes.
* app/composite/gimp-composite.c
* app/composite/gimp-composite-generic.c
* app/composite/gimp-composite-regression.c: Added gtk-doc templates for functions.
* app/composite/make-install.py: migrated to new (trimmer) code and
removed dead code. Some beautification for generated code.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis,generic}.{c,h}:
All init() functions are also a run-time check and now expected to
return TRUE/FALSE if the particular set of compositing functions can
be used.
* app/composite/gimp-composite.c: No longer has to determine if
the particular set of compositing functions can be used.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-{install,test}.c:
Regenerated
* app/composite/test-composite.c: Deprecated, removed. All tests are automatically
generated and the code is in app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-test.c:
* app/composite/Makefile.am: removed unused references to test-composite.c
2003-10-12 08:10:21 +08:00
|
|
|
void gimp_composite_addition_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_anti_erase_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_blend_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_burn_any_any_any_generic (GimpCompositeContext *ctx);
|
2003-10-13 00:46:50 +08:00
|
|
|
void gimp_composite_color_any_any_any_generic (guchar *dest,
|
|
|
|
const guchar *color,
|
|
|
|
guint w,
|
|
|
|
guint bytes);
|
app/composite/gimp-composite.h app/composite/gimp-composite-generic.h
* app/composite/gimp-composite.h
* app/composite/gimp-composite-generic.h
* app/composite/gimp-composite-regression.h: Reformatted to include
argument names in function prototypes.
* app/composite/gimp-composite.c
* app/composite/gimp-composite-generic.c
* app/composite/gimp-composite-regression.c: Added gtk-doc templates for functions.
* app/composite/make-install.py: migrated to new (trimmer) code and
removed dead code. Some beautification for generated code.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis,generic}.{c,h}:
All init() functions are also a run-time check and now expected to
return TRUE/FALSE if the particular set of compositing functions can
be used.
* app/composite/gimp-composite.c: No longer has to determine if
the particular set of compositing functions can be used.
* app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-{install,test}.c:
Regenerated
* app/composite/test-composite.c: Deprecated, removed. All tests are automatically
generated and the code is in app/composite/gimp-composite-{mmx,sse,sse2,3dnow,altivec,vis}-test.c:
* app/composite/Makefile.am: removed unused references to test-composite.c
2003-10-12 08:10:21 +08:00
|
|
|
void gimp_composite_color_erase_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_color_only_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_convert_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_darken_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_difference_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_dissolve_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_divide_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_dodge_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_erase_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_grain_extract_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_grain_merge_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_hardlight_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_hue_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_lighten_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_multiply_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_normal_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_overlay_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_replace_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_saturation_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_scale_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_screen_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_softlight_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_subtract_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_swap_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_value_any_any_any_generic (GimpCompositeContext *ctx);
|
|
|
|
void gimp_composite_behind_any_any_any_generic (GimpCompositeContext *ctx);
|
2003-08-18 23:05:22 +08:00
|
|
|
#endif
|