|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+879 lines, -575 lines) |
Patch |
 |
M |
gm/imagefiltersbase.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
gm/imagefiltersgraph.cpp
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
gyp/effects.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
include/core/SkCanvas.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
include/core/SkDevice.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
include/core/SkImage.h
|
View
|
1
2
3
4
5
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
include/core/SkImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
9 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
include/core/SkMatrixImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkBitmapSource.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkBlurImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkColorFilterImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkComposeImageFilter.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkDisplacementMapEffect.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkDropShadowImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/effects/SkMagnifierImageFilter.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkMatrixConvolutionImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkMergeImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkMorphologyImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+16 lines, -12 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkOffsetImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkPictureImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkRectShaderImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkTestImageFilters.h
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkTileImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/effects/SkXfermodeImageFilter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/core/SkCanvas.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+15 lines, -34 lines |
0 comments
|
Download
|
 |
M |
src/core/SkDevice.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/core/SkDeviceImageFilterProxy.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/core/SkImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
14 chunks |
+78 lines, -47 lines |
0 comments
|
Download
|
 |
M |
src/core/SkMatrixImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkAlphaThresholdFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
5 chunks |
+24 lines, -20 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkBitmapSource.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkBlurImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+44 lines, -27 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkColorFilterImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkComposeImageFilter.cpp
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkDisplacementMapEffect.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+52 lines, -29 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkDropShadowImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkLightingImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+67 lines, -43 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkMagnifierImageFilter.cpp
|
View
|
1
2
3
4
5
|
3 chunks |
+25 lines, -17 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkMatrixConvolutionImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+40 lines, -20 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkMergeImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkMorphologyImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
9 chunks |
+57 lines, -36 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkOffsetImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkPictureImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkRectShaderImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkTestImageFilters.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+26 lines, -34 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkTileImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+30 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/effects/SkXfermodeImageFilter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+47 lines, -30 lines |
0 comments
|
Download
|
 |
M |
src/gpu/GrLayerHoister.cpp
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/gpu/SkGpuDevice.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/gpu/SkGpuDevice.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
7 chunks |
+22 lines, -19 lines |
0 comments
|
Download
|
 |
M |
src/image/SkImage.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/pdf/SkPDFDevice.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/utils/SkDeferredCanvas.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/ImageFilterTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+44 lines, -23 lines |
0 comments
|
Download
|
 |
M |
tests/PDFPrimitivesTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|