|
Implement a generic matrix transform image filter.
This will be used in Blink to accommodate matrices that contain
rotation or shearing. This is a generalization of SkResizeImageFilter,
so I've replaced all uses of SkResizeImageFilter in Skia. (It might be
easier to review by diffing it with SkResizeImageFilter, too.)
R=reed@google.com
Committed: https://code.google.com/p/skia/source/detail?r=13941
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -61 lines) |
Patch |
|
M |
gm/imagefiltersclipped.cpp
|
View
|
1
2
3
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/imagefiltersscaled.cpp
|
View
|
1
2
3
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/imageresizetiled.cpp
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
A |
gm/matriximagefilter.cpp
|
View
|
1
2
3
4
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
|
M |
gm/resizeimagefilter.cpp
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
gyp/effects.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
gyp/gmslides.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
include/effects/SkMatrixImageFilter.h
|
View
|
1
2
3
|
2 chunks |
+21 lines, -26 lines |
0 comments
|
Download
|
|
A + |
src/effects/SkMatrixImageFilter.cpp
|
View
|
1
2
3
|
5 chunks |
+37 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/ports/SkGlobalInitialization_chromium.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ports/SkGlobalInitialization_default.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|