|
cc: Add PictureLayerTilingSet to manage PictureLayerTiling
PictureLayerTilingSet has multiple tilings at different content scales.
This should abstract managing the tilings from PictureLayerImpl. The
layer can then ask the set to fill in a given (integer) rect at a given
content scale and then get back the set of tiles/rects/texture
coordinates to generate that set. Using an integer rect allows textures
at different contents scales to fill a piece of geometry without cracks.
R=nduca@chromium.org
BUG= 155209
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169083
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+709 lines, -112 lines) |
Patch |
 |
M |
cc/cc.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc_tests.gyp
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/picture_layer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/picture_layer.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/picture_layer_impl.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/picture_layer_impl.cc
|
View
|
|
4 chunks |
+13 lines, -25 lines |
0 comments
|
Download
|
 |
M |
cc/picture_layer_tiling.h
|
View
|
|
2 chunks |
+26 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cc/picture_layer_tiling.cc
|
View
|
|
6 chunks |
+155 lines, -62 lines |
0 comments
|
Download
|
 |
A |
cc/picture_layer_tiling_set.h
|
View
|
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/picture_layer_tiling_set.cc
|
View
|
1
|
1 chunk |
+157 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/picture_layer_tiling_set_unittest.cc
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/picture_layer_tiling_unittest.cc
|
View
|
1
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/region.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/region.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/scoped_ptr_vector.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_picture_layer_tiling_client.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_picture_layer_tiling_client.cc
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_tile_manager_client.h
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/tile.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tile_manager.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tile_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|