|
Refactor Bitmap Storage for SkPicture using SkPipe's design.
Refactor Picture and Pipe bitmap storage into common data structure
Update SkFlattenable buffers to be more modular.
This CL is an effort to stage the conversion to named
parameters for all SkFlattenable commands. This particular
stage only does the following two things...
1. Move flattenable buffers from SkFlattenable.h into
their own header.
2. Update and Add new read write methods for better clarity
and convenience.
BUG=
Committed: https://code.google.com/p/skia/source/detail?r=4994
Total comments: 16
Total comments: 13
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+621 lines, -286 lines) |
Patch |
|
M |
gyp/core.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/effects.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkBitmap.h
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkFlattenableBuffers.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
include/core/SkOrderedReadBuffer.h
|
View
|
1
2
3
|
3 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
include/core/SkOrderedWriteBuffer.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/core/SkBitmap.cpp
|
View
|
1
2
3
|
4 chunks |
+2 lines, -40 lines |
0 comments
|
Download
|
|
A |
src/core/SkBitmapHeap.h
|
View
|
1
2
3
|
1 chunk |
+248 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/core/SkBitmapHeap.cpp
|
View
|
1
2
|
1 chunk |
+258 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/core/SkFlattenableBuffers.cpp
|
View
|
1
2
3
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/core/SkOrderedReadBuffer.cpp
|
View
|
1
2
3
|
3 chunks |
+27 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/core/SkOrderedWriteBuffer.cpp
|
View
|
1
2
3
|
4 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/core/SkPictureFlat.h
|
View
|
1
2
3
|
12 chunks |
+20 lines, -54 lines |
0 comments
|
Download
|
|
M |
src/core/SkPictureFlat.cpp
|
View
|
1
2
|
6 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/core/SkPicturePlayback.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/core/SkPicturePlayback.cpp
|
View
|
1
2
|
1 chunk |
+8 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/core/SkPictureRecord.h
|
View
|
1
|
3 chunks |
+2 lines, -41 lines |
0 comments
|
Download
|
|
M |
src/core/SkPictureRecord.cpp
|
View
|
1
|
4 chunks |
+9 lines, -56 lines |
0 comments
|
Download
|
|
M |
tests/CanvasTest.cpp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
Total messages: 10
|