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

Side by Side Diff: gyp/effects.gypi

Issue 22918012: Add luminance mask transfer modes. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Dropped background texture handling, updated docs. 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 | « gm/lumamode.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 21 matching lines...) Expand all
32 '<(skia_src_path)/effects/SkEmbossMask.h', 32 '<(skia_src_path)/effects/SkEmbossMask.h',
33 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 33 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
34 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 34 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
35 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 35 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
36 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 36 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
37 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp', 37 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
38 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 38 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
39 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 39 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
40 '<(skia_src_path)/effects/SkLerpXfermode.cpp', 40 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
41 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 41 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
42 '<(skia_src_path)/effects/SkLumaXfermode.cpp',
42 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 43 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
43 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 44 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
44 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 45 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
45 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 46 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
46 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 47 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
47 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 48 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
48 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 49 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
49 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 50 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
50 '<(skia_src_path)/effects/SkPorterDuff.cpp', 51 '<(skia_src_path)/effects/SkPorterDuff.cpp',
51 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', 52 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 93 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
93 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 94 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
94 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 95 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
95 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 96 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
96 '<(skia_include_path)/effects/SkGradientShader.h', 97 '<(skia_include_path)/effects/SkGradientShader.h',
97 '<(skia_include_path)/effects/SkKernel33MaskFilter.h', 98 '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
98 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 99 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
99 '<(skia_include_path)/effects/SkLayerRasterizer.h', 100 '<(skia_include_path)/effects/SkLayerRasterizer.h',
100 '<(skia_include_path)/effects/SkLerpXfermode.h', 101 '<(skia_include_path)/effects/SkLerpXfermode.h',
101 '<(skia_include_path)/effects/SkLightingImageFilter.h', 102 '<(skia_include_path)/effects/SkLightingImageFilter.h',
103 '<(skia_include_path)/effects/SkLumaXfermode.h',
102 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 104 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
103 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 105 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
104 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 106 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
105 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 107 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
106 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 108 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
107 '<(skia_include_path)/effects/SkPorterDuff.h', 109 '<(skia_include_path)/effects/SkPorterDuff.h',
108 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 110 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
109 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 111 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
110 '<(skia_include_path)/effects/SkTableColorFilter.h', 112 '<(skia_include_path)/effects/SkTableColorFilter.h',
111 '<(skia_include_path)/effects/SkTableMaskFilter.h', 113 '<(skia_include_path)/effects/SkTableMaskFilter.h',
112 '<(skia_include_path)/effects/SkTransparentShader.h', 114 '<(skia_include_path)/effects/SkTransparentShader.h',
113 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 115 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
114 ], 116 ],
115 } 117 }
116 118
117 # Local Variables: 119 # Local Variables:
118 # tab-width:2 120 # tab-width:2
119 # indent-tabs-mode:nil 121 # indent-tabs-mode:nil
120 # End: 122 # End:
121 # vim: set expandtab tabstop=2 shiftwidth=2: 123 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/lumamode.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698