| OLD | NEW |
| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 #include "SkReadBuffer.h" | 116 #include "SkReadBuffer.h" |
| 117 #include "SkReader32.h" | 117 #include "SkReader32.h" |
| 118 #include "SkRect.h" | 118 #include "SkRect.h" |
| 119 #include "SkRectShaderImageFilter.h" | 119 #include "SkRectShaderImageFilter.h" |
| 120 #include "SkRefCnt.h" | 120 #include "SkRefCnt.h" |
| 121 #include "SkRegion.h" | 121 #include "SkRegion.h" |
| 122 #include "SkRRect.h" | 122 #include "SkRRect.h" |
| 123 #include "SkScalar.h" | 123 #include "SkScalar.h" |
| 124 #include "SkShader.h" | 124 #include "SkShader.h" |
| 125 #include "SkSize.h" | 125 #include "SkSize.h" |
| 126 #include "SkStippleMaskFilter.h" | |
| 127 #include "SkStream.h" | 126 #include "SkStream.h" |
| 128 #include "SkString.h" | 127 #include "SkString.h" |
| 129 #include "SkStringUtils.h" | 128 #include "SkStringUtils.h" |
| 130 #include "SkStrokeRec.h" | 129 #include "SkStrokeRec.h" |
| 131 #include "SkSurface.h" | 130 #include "SkSurface.h" |
| 132 #include "SkTableColorFilter.h" | 131 #include "SkTableColorFilter.h" |
| 133 #include "SkTableMaskFilter.h" | 132 #include "SkTableMaskFilter.h" |
| 134 #include "SkTArray.h" | 133 #include "SkTArray.h" |
| 135 #include "SkTDArray.h" | 134 #include "SkTDArray.h" |
| 136 #include "SkTDict.h" | 135 #include "SkTDict.h" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 152 #include "SkVertState.h" | 151 #include "SkVertState.h" |
| 153 #include "SkWeakRefCnt.h" | 152 #include "SkWeakRefCnt.h" |
| 154 #include "SkWriteBuffer.h" | 153 #include "SkWriteBuffer.h" |
| 155 #include "SkWriter32.h" | 154 #include "SkWriter32.h" |
| 156 #include "SkXfermode.h" | 155 #include "SkXfermode.h" |
| 157 #include "SkXfermodeImageFilter.h" | 156 #include "SkXfermodeImageFilter.h" |
| 158 | 157 |
| 159 SkBitmap source; | 158 SkBitmap source; |
| 160 | 159 |
| 161 {{.Code}} | 160 {{.Code}} |
| OLD | NEW |