Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
ca9ba32c
Commit
ca9ba32c
authored
Feb 15, 2005
by
Sven Neumann
Committed by
Sven Neumann
Feb 15, 2005
Browse files
formatting.
2005-02-15 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.[ch]: formatting.
parent
51710aa3
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ca9ba32c
2005-02-15 Sven Neumann <sven@gimp.org>
* app/paint-funcs/paint-funcs.[ch]: formatting.
2005-02-15 Sven Neumann <sven@gimp.org>
* app/core/gimpimagemap.[ch]: changed GimpImageMapApplyFunc to
...
...
app/paint-funcs/paint-funcs.c
View file @
ca9ba32c
...
...
@@ -2188,7 +2188,8 @@ copy_region (PixelRegion *src,
#ifdef COWSHOW
fputc
(
'!'
,
stderr
);
#endif
tile_manager_map_over_tile
(
dest
->
tiles
,
dest
->
curtile
,
src
->
curtile
);
tile_manager_map_over_tile
(
dest
->
tiles
,
dest
->
curtile
,
src
->
curtile
);
}
else
{
...
...
@@ -2305,7 +2306,9 @@ extract_alpha_region (PixelRegion *src,
guchar
*
s
,
*
m
,
*
d
;
void
*
pr
;
for
(
pr
=
pixel_regions_register
(
3
,
src
,
mask
,
dest
);
pr
!=
NULL
;
pr
=
pixel_regions_process
(
pr
))
for
(
pr
=
pixel_regions_register
(
3
,
src
,
mask
,
dest
);
pr
!=
NULL
;
pr
=
pixel_regions_process
(
pr
))
{
s
=
src
->
data
;
d
=
dest
->
data
;
...
...
app/paint-funcs/paint-funcs.h
View file @
ca9ba32c
...
...
@@ -174,10 +174,10 @@ void combine_indexed_and_indexed_a_pixels (const guchar *src1,
const
guchar
*
src2
,
guchar
*
dest
,
const
guchar
*
mask
,
guint
opacity
,
guint
opacity
,
const
gint
*
affect
,
guint
length
,
guint
bytes
);
guint
length
,
guint
bytes
);
/* combine indexed-alpha images with indexed-alpha images
* result is an indexed-alpha image. use this for painting
...
...
@@ -187,10 +187,10 @@ void combine_indexed_a_and_indexed_a_pixels(const guchar *src1,
const
guchar
*
src2
,
guchar
*
dest
,
const
guchar
*
mask
,
guint
opacity
,
guint
opacity
,
const
gboolean
*
affect
,
guint
length
,
guint
bytes
);
guint
length
,
guint
bytes
);
/* combine intensity with indexed, destination is
* intensity-alpha...use this for an indexed floating sel
...
...
@@ -200,9 +200,9 @@ void combine_inten_a_and_indexed_a_pixels (const guchar *src1,
guchar
*
dest
,
const
guchar
*
mask
,
const
guchar
*
cmap
,
guint
opacity
,
guint
length
,
guint
bytes
);
guint
opacity
,
guint
length
,
guint
bytes
);
/* combine RGB image with RGB or GRAY with GRAY
* destination is intensity-only...
...
...
@@ -211,9 +211,9 @@ void combine_inten_and_inten_pixels (const guchar *src1,
const
guchar
*
src2
,
guchar
*
dest
,
const
guchar
*
mask
,
guint
opacity
,
guint
opacity
,
const
gboolean
*
affect
,
guint
length
,
guint
length
,
guint
bytes
);
/* combine an RGBA or GRAYA image with an RGB or GRAY image
...
...
@@ -248,11 +248,11 @@ void combine_inten_a_and_inten_a_pixels (const guchar *src1,
const
guchar
*
src2
,
guchar
*
dest
,
const
guchar
*
mask
,
guint
opacity
,
guint
opacity
,
const
gboolean
*
affect
,
gboolean
mode_affect
,
guint
length
,
guint
bytes
);
guint
length
,
guint
bytes
);
/* combine a channel with intensity-alpha pixels based
* on some opacity, and a channel color...
...
...
@@ -262,9 +262,9 @@ void combine_inten_a_and_channel_mask_pixels(const guchar *src,
const
guchar
*
channel
,
guchar
*
dest
,
const
guchar
*
col
,
guint
opacity
,
guint
length
,
guint
bytes
);
guint
opacity
,
guint
length
,
guint
bytes
);
void
combine_inten_a_and_channel_selection_pixels
(
const
guchar
*
src
,
const
guchar
*
channel
,
...
...
@@ -373,10 +373,10 @@ void subsample_region (PixelRegion *srcPR,
PixelRegion
*
destPR
,
gint
subsample
);
gfloat
shapeburst_region
(
PixelRegion
*
srcPR
,
PixelRegion
*
distPR
,
GimpProgressFunc
progress_callback
,
gpointer
progress_data
);
gfloat
shapeburst_region
(
PixelRegion
*
srcPR
,
PixelRegion
*
distPR
,
GimpProgressFunc
progress_callback
,
gpointer
progress_data
);
void
thin_region
(
PixelRegion
*
src
,
gint16
xradius
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment