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

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

Issue 27208002: remove SkDataSet, and just store a key/value in SkAnnotation (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/core/SkData.cpp ('k') | tests/DataRefTest.cpp » ('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 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 15 matching lines...) Expand all
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 "SkComposeImageFilter.h"
32 #include "SkComposeShader.h" 32 #include "SkComposeShader.h"
33 #include "SkCornerPathEffect.h" 33 #include "SkCornerPathEffect.h"
34 #include "SkDashPathEffect.h" 34 #include "SkDashPathEffect.h"
35 #include "SkData.h" 35 #include "SkData.h"
36 #include "SkDataSet.h"
37 #include "SkDiscretePathEffect.h" 36 #include "SkDiscretePathEffect.h"
38 #include "SkDisplacementMapEffect.h" 37 #include "SkDisplacementMapEffect.h"
39 #include "SkDropShadowImageFilter.h" 38 #include "SkDropShadowImageFilter.h"
40 #include "SkEmptyShader.h" 39 #include "SkEmptyShader.h"
41 #include "SkEmbossMaskFilter.h" 40 #include "SkEmbossMaskFilter.h"
42 #include "SkFlattenable.h" 41 #include "SkFlattenable.h"
43 #include "SkGradientShader.h" 42 #include "SkGradientShader.h"
44 #include "SkImages.h" 43 #include "SkImages.h"
45 #include "SkLayerDrawLooper.h" 44 #include "SkLayerDrawLooper.h"
46 #include "SkLayerRasterizer.h" 45 #include "SkLayerRasterizer.h"
(...skipping 23 matching lines...) Expand all
70 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkBitmapSource) 69 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkBitmapSource)
71 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkBlurDrawLooper) 70 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkBlurDrawLooper)
72 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkBlurImageFilter) 71 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkBlurImageFilter)
73 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorMatrixFilter) 72 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorMatrixFilter)
74 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorShader) 73 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorShader)
75 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorTable) 74 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkColorTable)
76 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposePathEffect) 75 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposePathEffect)
77 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposeShader) 76 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkComposeShader)
78 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect) 77 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect)
79 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDashPathEffect) 78 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDashPathEffect)
80 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDataSet)
81 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDilateImageFilter) 79 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDilateImageFilter)
82 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect) 80 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDiscretePathEffect)
83 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDisplacementMapEffect) 81 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDisplacementMapEffect)
84 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDropShadowImageFilter) 82 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkDropShadowImageFilter)
85 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkEmbossMaskFilter) 83 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkEmbossMaskFilter)
86 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkEmptyShader) 84 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkEmptyShader)
87 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkErodeImageFilter) 85 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkErodeImageFilter)
88 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper) 86 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
89 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerRasterizer) 87 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerRasterizer)
90 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLerpXfermode) 88 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLerpXfermode)
(...skipping 21 matching lines...) Expand all
112 110
113 SkArithmeticMode::InitializeFlattenables(); 111 SkArithmeticMode::InitializeFlattenables();
114 SkBlurMaskFilter::InitializeFlattenables(); 112 SkBlurMaskFilter::InitializeFlattenables();
115 SkColorFilter::InitializeFlattenables(); 113 SkColorFilter::InitializeFlattenables();
116 SkGradientShader::InitializeFlattenables(); 114 SkGradientShader::InitializeFlattenables();
117 SkImages::InitializeFlattenables(); 115 SkImages::InitializeFlattenables();
118 SkLightingImageFilter::InitializeFlattenables(); 116 SkLightingImageFilter::InitializeFlattenables();
119 SkTableColorFilter::InitializeFlattenables(); 117 SkTableColorFilter::InitializeFlattenables();
120 SkXfermode::InitializeFlattenables(); 118 SkXfermode::InitializeFlattenables();
121 } 119 }
OLDNEW
« no previous file with comments | « src/core/SkData.cpp ('k') | tests/DataRefTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698