app: indentation in operations-types.h
This commit is contained in:
parent
4683b986f3
commit
4e9ce952d9
1 changed files with 15 additions and 15 deletions
|
|
@ -55,22 +55,22 @@ typedef struct _GimpCagePoint GimpCagePoint;
|
|||
|
||||
/* functions */
|
||||
|
||||
typedef gboolean (* GimpLayerModeFunc) (gfloat *in,
|
||||
gfloat *aux,
|
||||
gfloat *mask,
|
||||
gfloat *out,
|
||||
gfloat opacity,
|
||||
glong samples,
|
||||
const GeglRectangle *roi,
|
||||
gint level,
|
||||
GimpLayerBlendTRC blend_trc,
|
||||
GimpLayerBlendTRC composite_trc,
|
||||
GimpLayerCompositeMode composite_mode);
|
||||
typedef gboolean (* GimpLayerModeFunc) (gfloat *in,
|
||||
gfloat *aux,
|
||||
gfloat *mask,
|
||||
gfloat *out,
|
||||
gfloat opacity,
|
||||
glong samples,
|
||||
const GeglRectangle *roi,
|
||||
gint level,
|
||||
GimpLayerBlendTRC blend_trc,
|
||||
GimpLayerBlendTRC composite_trc,
|
||||
GimpLayerCompositeMode composite_mode);
|
||||
|
||||
typedef void (* GimpBlendFunc) (const float *dest,
|
||||
const float *src,
|
||||
float *out,
|
||||
gint samples);
|
||||
typedef void (* GimpBlendFunc) (const float *dest,
|
||||
const float *src,
|
||||
float *out,
|
||||
gint samples);
|
||||
|
||||
|
||||
#endif /* __OPERATIONS_TYPES_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue