|
This adds a checkbox to the debugger to allow seeing the effect pathops has on the clip. A new tab shows the C code that the pathops generate.
Once in place, this CL found a bug in the pathops code where it was not handling empty clip stack elements correctly. The Cl also has the change to SkCanvas to fix this bug.
Committed: http://code.google.com/p/skia/source/detail?r=14774
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+227 lines, -5 lines) |
Patch |
|
M |
debugger/QT/SkDebuggerGUI.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
debugger/QT/SkDebuggerGUI.cpp
|
View
|
1
2
3
|
5 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
debugger/QT/SkInspectorWidget.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
debugger/QT/SkInspectorWidget.cpp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
debugger/QT/SkSettingsWidget.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
debugger/QT/SkSettingsWidget.cpp
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
debugger/SkDebugger.h
|
View
|
1
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
debugger/SkDebugger.cpp
|
View
|
1
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkCanvas.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/core/SkCanvas.cpp
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/utils/debugger/SkDebugCanvas.h
|
View
|
1
2
3
4
|
5 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/utils/debugger/SkDebugCanvas.cpp
|
View
|
1
2
3
|
3 chunks |
+150 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|