HomeSort by relevance Sort by last modified time
    Searched full:layer_bounds (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 21 const gfx::Size& layer_bounds) {
23 pile->tiling().SetTilingSize(layer_bounds);
26 pile->recorded_viewport_ = gfx::Rect(layer_bounds);
37 const gfx::Size& layer_bounds) {
39 pile->tiling().SetTilingSize(layer_bounds);
50 const gfx::Size& layer_bounds) {
52 pile->tiling().SetTilingSize(layer_bounds);
fake_picture_pile_impl.h 18 const gfx::Size& layer_bounds);
21 const gfx::Size& layer_bounds);
24 const gfx::Size& layer_bounds);
fake_picture_layer_impl.h 31 const gfx::Size& layer_bounds) {
33 new FakePictureLayerImpl(tree_impl, id, pile, layer_bounds));
129 const gfx::Size& layer_bounds);
fake_picture_layer_impl.cc 30 const gfx::Size& layer_bounds)
38 SetBounds(layer_bounds);
39 SetContentBounds(layer_bounds);
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 83 void SetupDefaultTrees(const gfx::Size& layer_bounds) {
87 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
89 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
104 void SetupDefaultTreesWithFixedTileSize(const gfx::Size& layer_bounds,
106 SetupDefaultTrees(layer_bounds);
300 gfx::Size layer_bounds(400, 400);
303 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
305 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
327 gfx::Size layer_bounds(400, 400);
330 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
    [all...]
tiled_layer_impl_unittest.cc 325 gfx::Size layer_bounds(1000, 1000);
331 tiled_layer->SetBounds(layer_bounds);
332 tiled_layer->SetContentBounds(layer_bounds);
338 tiler->SetTilingSize(layer_bounds);
355 gfx::Rect(layer_bounds));
picture_layer_impl_perftest.cc 53 void SetupPendingTree(const gfx::Size& layer_bounds,
56 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
texture_layer_unittest.cc 214 const gfx::Size layer_bounds(100, 100);
215 const gfx::Rect layer_rect(layer_bounds);
219 layer->SetBounds(layer_bounds);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 36 gfx::Rect layer_bounds = bounds; local
38 layer_bounds.Inset(inset, inset, inset, inset);
39 layer_->SetBounds(layer_bounds);
  /external/chromium_org/ui/wm/core/
shadow.cc 185 gfx::Rect layer_bounds = content_bounds_; local
186 layer_bounds.Inset(-interior_inset_, -interior_inset_);
187 layer()->SetBounds(layer_bounds);
188 shadow_layer_->SetBounds(gfx::Rect(layer_bounds.size()));
193 int aperture_x = std::min(aperture, layer_bounds.width() / 2);
194 int aperture_y = std::min(aperture, layer_bounds.height() / 2);
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 21 gfx::Size layer_bounds(400, 400);
24 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
79 gfx::Size layer_bounds(400, 400);
82 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
137 gfx::Size layer_bounds(400, 400);
140 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
152 gfx::Size layer_bounds(256, 256);
156 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
210 gfx::Size layer_bounds(256, 256);
213 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
    [all...]
picture_layer_tiling_set_unittest.cc 25 gfx::Size layer_bounds(1000, 800);
26 PictureLayerTilingSet set(&client, layer_bounds);
35 gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds, contents_scale)));
58 gfx::Size layer_bounds(10, 10);
67 PictureLayerTilingSet set(&client, layer_bounds);
99 PictureLayerTilingSet set_without_low_res(&client, layer_bounds);
129 PictureLayerTilingSet set_with_only_high_and_low_res(&client, layer_bounds);
161 PictureLayerTilingSet set_with_only_high_res(&client, layer_bounds);
217 gfx::Size layer_bounds(1000, 800);
218 PictureLayerTilingSet set(&client, layer_bounds);
    [all...]
tile_manager_perftest.cc 127 void SetupDefaultTrees(const gfx::Size& layer_bounds) {
131 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
133 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
146 void SetupDefaultTreesWithFixedTileSize(const gfx::Size& layer_bounds,
148 SetupDefaultTrees(layer_bounds);
349 gfx::Size layer_bounds(width, height);
352 SetupDefaultTreesWithFixedTileSize(layer_bounds,
369 layer->SetBounds(layer_bounds);
picture_layer_tiling_unittest.cc 58 const gfx::Size& layer_bounds,
62 layer_bounds,
72 const gfx::Size& layer_bounds,
74 : PictureLayerTiling(contents_scale, layer_bounds, client) { }
84 const gfx::Size& layer_bounds) {
88 layer_bounds,
536 gfx::Size layer_bounds(200, 200);
539 tiling = TestablePictureLayerTiling::Create(1.0f, layer_bounds, &client);
601 gfx::Size layer_bounds(200, 200);
605 tiling = TestablePictureLayerTiling::Create(1.0f, layer_bounds, &client)
    [all...]
picture_layer_tiling_set.h 38 const gfx::Size& layer_bounds);
56 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTilingSet
picture_layer_tiling.h 141 const gfx::Size& layer_bounds,
143 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTiling
297 const gfx::Size& layer_bounds,
tile_manager_unittest.cc 527 void SetupDefaultTrees(const gfx::Size& layer_bounds) {
531 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
533 FakePicturePileImpl::CreateFilledPile(tile_size, layer_bounds);
546 void SetupDefaultTreesWithFixedTileSize(const gfx::Size& layer_bounds,
548 SetupDefaultTrees(layer_bounds);
    [all...]
picture_layer_tiling.cc 68 const gfx::Size& layer_bounds,
71 layer_bounds,
76 const gfx::Size& layer_bounds,
79 layer_bounds_(layer_bounds),
91 gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds, contents_scale));
99 gfx::ScaleSize(layer_bounds, contents_scale)).IsEmpty()) <<
101 " Layer bounds: " << layer_bounds.ToString() <<
    [all...]
picture_layer_tiling_set.cc 25 const gfx::Size& layer_bounds)
27 layer_bounds_(layer_bounds) {
  /external/chromium_org/ash/wm/
drag_window_controller.cc 112 gfx::Rect layer_bounds = layer_owner_->root()->bounds(); local
113 layer_bounds.set_origin(gfx::Point(0, 0));
114 layer_owner_->root()->SetBounds(layer_bounds);
  /external/chromium_org/ui/compositor/
layer_owner.cc 38 const gfx::Rect layer_bounds(old_layer->bounds());
43 new_layer->SetBounds(layer_bounds);
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.cc 62 gfx::Rect layer_bounds = recreated_layer->bounds(); local
63 layer_bounds.set_origin(gfx::Point(0, 0));
64 recreated_layer->SetBounds(layer_bounds);
  /external/chromium_org/ui/aura/
window.cc     [all...]
  /external/chromium_org/ui/gfx/
canvas.cc 190 void Canvas::SaveLayerAlpha(uint8 alpha, const Rect& layer_bounds) {
191 SkRect bounds(RectToSkRect(layer_bounds));
canvas.h 188 // |layer_bounds| are the bounds of the layer relative to the current
191 void SaveLayerAlpha(uint8 alpha, const Rect& layer_bounds);

Completed in 1533 milliseconds

1 2