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

Side by Side Diff: gyp/effects.gypi

Issue 15602003: add SkLerpXfermode (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | « gm/lerpmode.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'effects' files 1 # Include this gypi to include all 'effects' files
2 # The parent gyp/gypi file must define: 2 # The parent gyp/gypi file must define:
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi. 6 # The skia build defines these in common_variables.gypi.
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp', 10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
(...skipping 16 matching lines...) Expand all
27 '<(skia_src_path)/effects/SkDashPathEffect.cpp', 27 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
28 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', 28 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
29 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', 29 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
30 '<(skia_src_path)/effects/SkEmbossMask.cpp', 30 '<(skia_src_path)/effects/SkEmbossMask.cpp',
31 '<(skia_src_path)/effects/SkEmbossMask.h', 31 '<(skia_src_path)/effects/SkEmbossMask.h',
32 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 32 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
33 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 33 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
34 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp', 34 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
35 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 35 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
36 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 36 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
37 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
37 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 38 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
38 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 39 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
39 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 40 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
40 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 41 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
41 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 42 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
42 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 43 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
43 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 44 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
44 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 45 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
45 '<(skia_src_path)/effects/SkPorterDuff.cpp', 46 '<(skia_src_path)/effects/SkPorterDuff.cpp',
46 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', 47 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '<(skia_include_path)/effects/SkCornerPathEffect.h', 85 '<(skia_include_path)/effects/SkCornerPathEffect.h',
85 '<(skia_include_path)/effects/SkDashPathEffect.h', 86 '<(skia_include_path)/effects/SkDashPathEffect.h',
86 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 87 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
87 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 88 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
88 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 89 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
89 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 90 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
90 '<(skia_include_path)/effects/SkGradientShader.h', 91 '<(skia_include_path)/effects/SkGradientShader.h',
91 '<(skia_include_path)/effects/SkKernel33MaskFilter.h', 92 '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
92 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 93 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
93 '<(skia_include_path)/effects/SkLayerRasterizer.h', 94 '<(skia_include_path)/effects/SkLayerRasterizer.h',
95 '<(skia_include_path)/effects/SkLerpXfermode.h',
94 '<(skia_include_path)/effects/SkLightingImageFilter.h', 96 '<(skia_include_path)/effects/SkLightingImageFilter.h',
95 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 97 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
96 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 98 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
97 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 99 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
98 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 100 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
99 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 101 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
100 '<(skia_include_path)/effects/SkPorterDuff.h', 102 '<(skia_include_path)/effects/SkPorterDuff.h',
101 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 103 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
102 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 104 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
103 '<(skia_include_path)/effects/SkTableColorFilter.h', 105 '<(skia_include_path)/effects/SkTableColorFilter.h',
104 '<(skia_include_path)/effects/SkTableMaskFilter.h', 106 '<(skia_include_path)/effects/SkTableMaskFilter.h',
105 '<(skia_include_path)/effects/SkTransparentShader.h', 107 '<(skia_include_path)/effects/SkTransparentShader.h',
106 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 108 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
107 ], 109 ],
108 } 110 }
109 111
110 # Local Variables: 112 # Local Variables:
111 # tab-width:2 113 # tab-width:2
112 # indent-tabs-mode:nil 114 # indent-tabs-mode:nil
113 # End: 115 # End:
114 # vim: set expandtab tabstop=2 shiftwidth=2: 116 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/lerpmode.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698