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

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

Issue 1212393002: add/fix copyrights (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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/SkBitmapProcState_filter_neon.h ('k') | src/opts/SkBlitMask_opts_arm_neon.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
2 /* 1 /*
3 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
4 * 3 *
5 * 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
6 * found in the LICENSE file. 5 * found in the LICENSE file.
7 */ 6 */
8 7
9 #include "SkBitmapScaler.h" 8 #include "SkBitmapScaler.h"
10 #include "SkBitmapProcState.h" 9 #include "SkBitmapProcState.h"
11 10
12 /* A platform may optionally overwrite any of these with accelerated 11 /* A platform may optionally overwrite any of these with accelerated
13 versions. On input, these will already have valid function pointers, 12 versions. On input, these will already have valid function pointers,
14 so a platform need only overwrite the ones it chooses, based on the 13 so a platform need only overwrite the ones it chooses, based on the
15 current state (e.g. fBitmap, fInvMatrix, etc.) 14 current state (e.g. fBitmap, fInvMatrix, etc.)
16 15
17 fShaderProc32 16 fShaderProc32
18 fShaderProc16 17 fShaderProc16
19 fMatrixProc 18 fMatrixProc
20 fSampleProc32 19 fSampleProc32
21 fSampleProc32 20 fSampleProc32
22 */ 21 */
23 22
24 // empty implementation just uses default supplied function pointers 23 // empty implementation just uses default supplied function pointers
25 void SkBitmapProcState::platformProcs() {} 24 void SkBitmapProcState::platformProcs() {}
26 25
27 // empty implementation just uses default supplied function pointers 26 // empty implementation just uses default supplied function pointers
28 void SkBitmapScaler::PlatformConvolutionProcs(SkConvolutionProcs*) {} 27 void SkBitmapScaler::PlatformConvolutionProcs(SkConvolutionProcs*) {}
OLDNEW
« no previous file with comments | « src/opts/SkBitmapProcState_filter_neon.h ('k') | src/opts/SkBlitMask_opts_arm_neon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698