|
make RRect and Oval first-class drawing primitives in SkCanvas.
add RRect as a first-class clip primitive.
Committed: https://code.google.com/p/skia/source/detail?r=6762
Total comments: 18
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+468 lines, -59 lines) |
Patch |
|
M |
include/core/SkCanvas.h
|
View
|
1
2
3
|
3 chunks |
+36 lines, -11 lines |
0 comments
|
Download
|
|
M |
include/core/SkPath.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkPicture.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
include/core/SkRRect.h
|
View
|
1
2
3
4
5
|
6 chunks |
+42 lines, -1 line |
0 comments
|
Download
|
|
M |
include/utils/SkDeferredCanvas.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
include/utils/SkDumpCanvas.h
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
include/utils/SkNWayCanvas.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
include/utils/SkProxyCanvas.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkCanvas.cpp
|
View
|
|
5 chunks |
+51 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/core/SkPath.cpp
|
View
|
1
2
3
4
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkPictureFlat.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/core/SkPicturePlayback.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkPicturePlayback.cpp
|
View
|
1
2
3
4
|
6 chunks |
+31 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/core/SkPictureRecord.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkPictureRecord.cpp
|
View
|
1
2
3
4
|
8 chunks |
+52 lines, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkRRect.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pipe/SkGPipePriv.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pipe/SkGPipeRead.cpp
|
View
|
1
2
3
4
|
7 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pipe/SkGPipeWrite.cpp
|
View
|
1
2
3
4
|
6 chunks |
+38 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/utils/SkDeferredCanvas.cpp
|
View
|
|
3 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
|
M |
src/utils/SkDumpCanvas.cpp
|
View
|
1
2
3
4
|
4 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/utils/SkNWayCanvas.cpp
|
View
|
|
3 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/utils/SkProxyCanvas.cpp
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7
|