Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(58)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Delta Between Two Patch Sets: src/opts/SkBlitRow_opts_SSE2.cpp

Issue 5758043: Blend alpha correctly for ARGB32, ARGB16 (4444), and A8 modes. Base URL: https://skia.googlecode.com/svn/trunk
Left Patch Set: Created 13 years, 10 months ago
Right Patch Set: don't include 5752045 in this CL Created 13 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« src/core/SkBlitter_ARGB32.cpp ('K') | « src/core/SkCoreBlitters.h ('k') | tests/Blend4444Test.cpp » ('j') | no next file with change/comment »
('i') | ('e') | ('c') | ('s')
LEFTRIGHT
1 /* 1 /*
2 * Copyright 2012 The Android Open Source Project 2 * Copyright 2012 The Android Open Source Project
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 8
9 #include "SkBlitRow_opts_SSE2.h" 9 #include "SkBlitRow_opts_SSE2.h"
10 #include "SkColorPriv.h" 10 #include "SkColorPriv.h"
(...skipping 724 matching lines...) | | Loading...
735 dst = reinterpret_cast<SkPMColor*>(d); 735 dst = reinterpret_cast<SkPMColor*>(d);
736 } 736 }
737 737
738 while (width > 0) { 738 while (width > 0) {
739 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *src, opaqueDst); 739 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *src, opaqueDst);
740 src++; 740 src++;
741 dst++; 741 dst++;
742 width--;········ 742 width--;········
743 } 743 }
744 } 744 }
LEFTRIGHT
« src/core/SkCoreBlitters.h ('k') | tests/Blend4444Test.cpp » ('j') | ('i') | ('e') | ('c') | ('s')
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /