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

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

Issue 26916002: Remove SkLumaXfermode. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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/ports/SkGlobalInitialization_chromium.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 29 matching lines...) Expand all
40 #include "SkEmptyShader.h" 40 #include "SkEmptyShader.h"
41 #include "SkEmbossMaskFilter.h" 41 #include "SkEmbossMaskFilter.h"
42 #include "SkFlattenable.h" 42 #include "SkFlattenable.h"
43 #include "SkGradientShader.h" 43 #include "SkGradientShader.h"
44 #include "SkImages.h" 44 #include "SkImages.h"
45 #include "SkLayerDrawLooper.h" 45 #include "SkLayerDrawLooper.h"
46 #include "SkLayerRasterizer.h" 46 #include "SkLayerRasterizer.h"
47 #include "SkLerpXfermode.h" 47 #include "SkLerpXfermode.h"
48 #include "SkLightingImageFilter.h" 48 #include "SkLightingImageFilter.h"
49 #include "SkLumaColorFilter.h" 49 #include "SkLumaColorFilter.h"
50 #include "SkLumaXfermode.h"
51 #include "SkMagnifierImageFilter.h" 50 #include "SkMagnifierImageFilter.h"
52 #include "SkMatrixConvolutionImageFilter.h" 51 #include "SkMatrixConvolutionImageFilter.h"
53 #include "SkMergeImageFilter.h" 52 #include "SkMergeImageFilter.h"
54 #include "SkMorphologyImageFilter.h" 53 #include "SkMorphologyImageFilter.h"
55 #include "SkOffsetImageFilter.h" 54 #include "SkOffsetImageFilter.h"
56 #include "SkPerlinNoiseShader.h" 55 #include "SkPerlinNoiseShader.h"
57 #include "SkPixelXorXfermode.h" 56 #include "SkPixelXorXfermode.h"
58 #include "SkRectShaderImageFilter.h" 57 #include "SkRectShaderImageFilter.h"
59 #include "SkStippleMaskFilter.h" 58 #include "SkStippleMaskFilter.h"
60 #include "SkTableColorFilter.h" 59 #include "SkTableColorFilter.h"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorFilterImageFilter) 110 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorFilterImageFilter)
112 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDownSampleImageFilter) 111 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDownSampleImageFilter)
113 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkMallocPixelRef) 112 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkMallocPixelRef)
114 113
115 SkArithmeticMode::InitializeFlattenables(); 114 SkArithmeticMode::InitializeFlattenables();
116 SkBlurMaskFilter::InitializeFlattenables(); 115 SkBlurMaskFilter::InitializeFlattenables();
117 SkColorFilter::InitializeFlattenables(); 116 SkColorFilter::InitializeFlattenables();
118 SkGradientShader::InitializeFlattenables(); 117 SkGradientShader::InitializeFlattenables();
119 SkImages::InitializeFlattenables(); 118 SkImages::InitializeFlattenables();
120 SkLightingImageFilter::InitializeFlattenables(); 119 SkLightingImageFilter::InitializeFlattenables();
121 SkLumaMaskXfermode::InitializeFlattenables();
122 SkTableColorFilter::InitializeFlattenables(); 120 SkTableColorFilter::InitializeFlattenables();
123 SkXfermode::InitializeFlattenables(); 121 SkXfermode::InitializeFlattenables();
124 } 122 }
OLDNEW
« no previous file with comments | « src/ports/SkGlobalInitialization_chromium.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698