Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Side by Side Diff: src/opts/SkOpts_ssse3.cpp

Issue 1296183004: Try again to put SkXfermode_opts in SK_OPTS_NS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/opts/SkOpts_neon.cpp ('k') | src/opts/SkXfermode_opts.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2015 Google Inc. 2 * Copyright 2015 Google Inc.
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 #include "SkOpts.h" 8 #include "SkOpts.h"
9 #define SK_OPTS_NS sk_ssse3 9 #define SK_OPTS_NS sk_ssse3
10 #include "SkBlitMask_opts.h" 10 #include "SkBlitMask_opts.h"
11 #include "SkColorCubeFilter_opts.h" 11 #include "SkColorCubeFilter_opts.h"
12 #include "SkXfermode_opts.h" 12 #include "SkXfermode_opts.h"
13 13
14 namespace SkOpts { 14 namespace SkOpts {
15 void Init_ssse3() { 15 void Init_ssse3() {
16 create_xfermode = SkCreate4pxXfermode; 16 create_xfermode = sk_ssse3::create_xfermode;
17 blit_mask_d32_a8 = sk_ssse3::blit_mask_d32_a8; 17 blit_mask_d32_a8 = sk_ssse3::blit_mask_d32_a8;
18 color_cube_filter_span = sk_ssse3::color_cube_filter_span; 18 color_cube_filter_span = sk_ssse3::color_cube_filter_span;
19 } 19 }
20 } 20 }
OLDNEW
« no previous file with comments | « src/opts/SkOpts_neon.cpp ('k') | src/opts/SkXfermode_opts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698