Gimp/app/operations/layer-modes
Ell a67135658e app: add gimp_layer_mode_get_included_region()
Takes a layer mode and a composite mode, and returns the region
included in the composition.

Use this function in GimpOperationLayerMode, instead of testing
for specific composite modes directly.  Will also be used by
the next commit.

Indentation cleanup in gimp_layer_modes.h
2017-05-11 17:44:55 -04:00
..
.gitignore
gimp-layer-modes.c app: add gimp_layer_mode_get_included_region() 2017-05-11 17:44:55 -04:00
gimp-layer-modes.h app: add gimp_layer_mode_get_included_region() 2017-05-11 17:44:55 -04:00
gimpoperationantierase.c app: rename GimpLayerModeAffectMask to GimpLayerCompositeRegion 2017-05-11 17:44:55 -04:00
gimpoperationantierase.h app: rename GimpOperationPointLayerMode to GimpOperationLayerMode 2017-01-21 21:35:52 +01:00
gimpoperationbehind.c app: implement the different composite modes for behind mode 2017-02-17 18:19:32 -05:00
gimpoperationbehind.h app: rename GimpOperationPointLayerMode to GimpOperationLayerMode 2017-01-21 21:35:52 +01:00
gimpoperationdissolve.c app: rename GimpLayerModeAffectMask to GimpLayerCompositeRegion 2017-05-11 17:44:55 -04:00
gimpoperationdissolve.h app: rename GimpOperationPointLayerMode to GimpOperationLayerMode 2017-01-21 21:35:52 +01:00
gimpoperationerase.c app: avoid some GCC warnings due to unhandled switch cases 2017-02-17 18:19:32 -05:00
gimpoperationerase.h app: rename GimpOperationPointLayerMode to GimpOperationLayerMode 2017-01-21 21:35:52 +01:00
gimpoperationlayermode.c app: add gimp_layer_mode_get_included_region() 2017-05-11 17:44:55 -04:00
gimpoperationlayermode.h app: rename GimpLayerModeAffectMask to GimpLayerCompositeRegion 2017-05-11 17:44:55 -04:00
gimpoperationmerge.c app: add merge layer mode 2017-03-10 18:56:32 -05:00
gimpoperationmerge.h app: add merge layer mode 2017-03-10 18:56:32 -05:00
gimpoperationnormal-sse2.c app: implement the different composite modes for normal mode 2017-02-17 18:19:32 -05:00
gimpoperationnormal-sse4.c app: implement the different composite modes for normal mode 2017-02-17 18:19:32 -05:00
gimpoperationnormal.c app: implement the different composite modes for normal mode 2017-02-17 18:19:32 -05:00
gimpoperationnormal.h app: merge the GimpLayerModeFunc into gimp-layer-modes.c's array 2017-02-15 02:25:44 +01:00
gimpoperationreplace.c app: rename GimpLayerModeAffectMask to GimpLayerCompositeRegion 2017-05-11 17:44:55 -04:00
gimpoperationreplace.h app: rename GimpOperationPointLayerMode to GimpOperationLayerMode 2017-01-21 21:35:52 +01:00
gimpoperationsplit.c app: add split layer mode 2017-03-10 18:56:32 -05:00
gimpoperationsplit.h app: add split layer mode 2017-03-10 18:56:32 -05:00
Makefile.am app: add split layer mode 2017-03-10 18:56:32 -05:00