|
add Method param to drawTextOnPath, supporting SVG spec
needs SK_SUPPORT_LEGACY_DRAWTEXTONPATH to disable in chrome
BUG=skia:
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -93 lines) |
Patch |
 |
M |
gm/bitmapscroll.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gm/shadertext.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gm/shadertext2.cpp
|
View
|
1
2
|
4 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
M |
gyp/skia_for_android_framework_defines.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
include/core/SkCanvas.h
|
View
|
|
4 chunks |
+37 lines, -4 lines |
0 comments
|
Download
|
 |
M |
include/core/SkDevice.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/core/SkPicture.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/utils/SkDeferredCanvas.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/utils/SkDumpCanvas.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/utils/SkLuaCanvas.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
include/utils/SkNWayCanvas.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
samplecode/SampleAll.cpp
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
samplecode/SampleShaderText.cpp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
samplecode/SampleSlides.cpp
|
View
|
|
3 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
samplecode/SampleTextOnPath.cpp
|
View
|
|
3 chunks |
+18 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/animator/SkTextOnPath.cpp
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/core/SkCanvas.cpp
|
View
|
|
3 chunks |
+21 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/core/SkDevice.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/core/SkPictureData.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/core/SkPicturePlayback.cpp
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/core/SkPictureRecord.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/core/SkPictureRecord.cpp
|
View
|
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/core/SkReadBuffer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/core/SkRecordDraw.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/core/SkRecorder.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/core/SkRecorder.cpp
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/core/SkRecords.h
|
View
|
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/pipe/SkGPipeRead.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/pipe/SkGPipeWrite.cpp
|
View
|
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/svg/SkSVGDevice.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/svg/SkSVGDevice.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/utils/SkDeferredCanvas.cpp
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/utils/SkDumpCanvas.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/utils/SkLuaCanvas.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/utils/SkNWayCanvas.cpp
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/utils/debugger/SkDebugCanvas.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/utils/debugger/SkDebugCanvas.cpp
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/utils/debugger/SkDrawCommand.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/PictureTest.cpp
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/SurfaceTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 8 (3 generated)
|