Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andi Sardina Ramos
Okular
Commits
d1da5ab1
Commit
d1da5ab1
authored
Jan 21, 2005
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing break
svn path=/trunk/kdegraphics/kpdf/; revision=380921
parent
156dfb22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
xpdf/splash/Splash.cc
xpdf/splash/Splash.cc
+1
-0
No files found.
xpdf/splash/Splash.cc
View file @
d1da5ab1
...
...
@@ -1314,6 +1314,7 @@ SplashError Splash::fillImageMask(SplashImageMaskSource src, void *srcData,
(
1
-
alpha
)
*
splashRGB8G
(
bg
.
rgb8
)),
splashRound
(
alpha
*
splashRGB8B
(
fg
.
rgb8
)
+
(
1
-
alpha
)
*
splashRGB8B
(
bg
.
rgb8
)));
break
;
case
splashModeBGR8Packed
:
pix
.
bgr8
=
splashMakeBGR8
(
splashRound
(
alpha
*
splashBGR8R
(
fg
.
bgr8
)
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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