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

Side by Side Diff: experimental/webtry/templates/template.cpp

Issue 287063009: Revert of remove unused (by clients) SkUnitMapper (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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 | « experimental/SkiaExamples/HelloSkiaExample.cpp ('k') | gm/alphagradients.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 // To regenerate this list of includes run the following command from skia/inclu de: 1 // To regenerate this list of includes run the following command from skia/inclu de:
2 // 2 //
3 // find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort 3 // find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort
4 // 4 //
5 #include "Sk1DPathEffect.h" 5 #include "Sk1DPathEffect.h"
6 #include "Sk2DPathEffect.h" 6 #include "Sk2DPathEffect.h"
7 #include "SkAdvancedTypefaceMetrics.h" 7 #include "SkAdvancedTypefaceMetrics.h"
8 #include "SkAlphaThresholdFilter.h" 8 #include "SkAlphaThresholdFilter.h"
9 #include "SkAnnotation.h" 9 #include "SkAnnotation.h"
10 #include "SkArithmeticMode.h" 10 #include "SkArithmeticMode.h"
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 #include "SkTileGridPicture.h" 143 #include "SkTileGridPicture.h"
144 #include "SkTileImageFilter.h" 144 #include "SkTileImageFilter.h"
145 #include "SkTime.h" 145 #include "SkTime.h"
146 #include "SkTInternalLList.h" 146 #include "SkTInternalLList.h"
147 #include "SkTLazy.h" 147 #include "SkTLazy.h"
148 #include "SkTransparentShader.h" 148 #include "SkTransparentShader.h"
149 #include "SkTRegistry.h" 149 #include "SkTRegistry.h"
150 #include "SkTSearch.h" 150 #include "SkTSearch.h"
151 #include "SkTypeface.h" 151 #include "SkTypeface.h"
152 #include "SkTypes.h" 152 #include "SkTypes.h"
153 #include "SkUnitMapper.h"
153 #include "SkUnPreMultiply.h" 154 #include "SkUnPreMultiply.h"
154 #include "SkUtils.h" 155 #include "SkUtils.h"
155 #include "SkWeakRefCnt.h" 156 #include "SkWeakRefCnt.h"
156 #include "SkWriteBuffer.h" 157 #include "SkWriteBuffer.h"
157 #include "SkWriter32.h" 158 #include "SkWriter32.h"
158 #include "SkXfermode.h" 159 #include "SkXfermode.h"
159 #include "SkXfermodeImageFilter.h" 160 #include "SkXfermodeImageFilter.h"
160 161
161 {{.Code}} 162 {{.Code}}
OLDNEW
« no previous file with comments | « experimental/SkiaExamples/HelloSkiaExample.cpp ('k') | gm/alphagradients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698