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

Side by Side Diff: src/ports/SkGlobalInitialization_default.cpp

Issue 22438003: Move SkComposeImageFilter into its own {.h, .cpp} files (Closed) Base URL: http://skia.googlecode.com/svn/trunk
Patch Set: Fix nit Created 7 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 | Annotate | Revision Log
« no previous file with comments | « src/effects/SkTestImageFilters.cpp ('k') | no next file » | 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 2011 Google Inc. 2 * Copyright 2011 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 "SkTypes.h" 8 #include "SkTypes.h"
9 9
10 #include "SkBitmapProcShader.h" 10 #include "SkBitmapProcShader.h"
(...skipping 10 matching lines...) Expand all
21 #include "SkBicubicImageFilter.h" 21 #include "SkBicubicImageFilter.h"
22 #include "SkBitmapSource.h" 22 #include "SkBitmapSource.h"
23 #include "SkBlurDrawLooper.h" 23 #include "SkBlurDrawLooper.h"
24 #include "SkBlurImageFilter.h" 24 #include "SkBlurImageFilter.h"
25 #include "SkBlurMaskFilter.h" 25 #include "SkBlurMaskFilter.h"
26 #include "SkColorFilter.h" 26 #include "SkColorFilter.h"
27 #include "SkColorFilterImageFilter.h" 27 #include "SkColorFilterImageFilter.h"
28 #include "SkColorMatrixFilter.h" 28 #include "SkColorMatrixFilter.h"
29 #include "SkColorShader.h" 29 #include "SkColorShader.h"
30 #include "SkColorTable.h" 30 #include "SkColorTable.h"
31 #include "SkComposeImageFilter.h"
31 #include "SkComposeShader.h" 32 #include "SkComposeShader.h"
32 #include "SkCornerPathEffect.h" 33 #include "SkCornerPathEffect.h"
33 #include "SkDashPathEffect.h" 34 #include "SkDashPathEffect.h"
34 #include "SkData.h" 35 #include "SkData.h"
35 #include "SkDataSet.h" 36 #include "SkDataSet.h"
36 #include "SkDiscretePathEffect.h" 37 #include "SkDiscretePathEffect.h"
37 #include "SkDisplacementMapEffect.h" 38 #include "SkDisplacementMapEffect.h"
38 #include "SkEmptyShader.h" 39 #include "SkEmptyShader.h"
39 #include "SkEmbossMaskFilter.h" 40 #include "SkEmbossMaskFilter.h"
40 #include "SkFlattenable.h" 41 #include "SkFlattenable.h"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 105
105 SkArithmeticMode::InitializeFlattenables(); 106 SkArithmeticMode::InitializeFlattenables();
106 SkBlurMaskFilter::InitializeFlattenables(); 107 SkBlurMaskFilter::InitializeFlattenables();
107 SkColorFilter::InitializeFlattenables(); 108 SkColorFilter::InitializeFlattenables();
108 SkGradientShader::InitializeFlattenables(); 109 SkGradientShader::InitializeFlattenables();
109 SkImages::InitializeFlattenables(); 110 SkImages::InitializeFlattenables();
110 SkLightingImageFilter::InitializeFlattenables(); 111 SkLightingImageFilter::InitializeFlattenables();
111 SkTableColorFilter::InitializeFlattenables(); 112 SkTableColorFilter::InitializeFlattenables();
112 SkXfermode::InitializeFlattenables(); 113 SkXfermode::InitializeFlattenables();
113 } 114 }
OLDNEW
« no previous file with comments | « src/effects/SkTestImageFilters.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698