HomeSort by relevance Sort by last modified time
    Searched defs:pile (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/layers/
picture_layer_unittest.cc 67 EXPECT_EQ(gfx::Size(), layer_impl->pile()->tiling_size());
68 EXPECT_FALSE(layer_impl->pile()->HasRecordings());
75 PicturePile* pile = layer->GetPicturePileForTesting(); local
78 EXPECT_TRUE(pile->is_suitable_for_gpu_rasterization());
82 pile->SetUnsuitableForGpuRasterizationForTesting();
83 EXPECT_FALSE(pile->is_suitable_for_gpu_rasterization());
picture_layer_impl_perftest.cc 55 scoped_refptr<FakePicturePileImpl> pile = local
62 FakePictureLayerImpl::CreateWithPile(pending_tree, 7, pile);
picture_layer_impl_unittest.cc 138 void SetupPendingTree(scoped_refptr<PicturePileImpl> pile) {
146 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
173 PicturePileImpl* pile) {
181 EXPECT_EQ(pile, iter->picture_pile());
241 // Add 1x1 rects at the centers of each tile, then re-record pile contents
635 // Fill in some of active pile, but more of pending pile.
4305 scoped_refptr<FakePicturePileImpl> pile = local
4341 PicturePile* pile = layer->GetPicturePileForTesting(); local
4417 PicturePile* pile = layer->GetPicturePileForTesting(); local
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl_perftest.cc 31 scoped_refptr<PicturePileImpl> pile = FakePicturePileImpl::CreateFilledPile( local
39 pile->AnalyzeInRect(content_rect, contents_scale, &analysis);
48 scoped_refptr<PicturePileImpl> pile = FakePicturePileImpl::CreateFilledPile( local
60 pile->RasterToBitmap(&canvas,
picture_pile_impl_unittest.cc 23 scoped_refptr<FakePicturePileImpl> pile = local
34 pile->add_draw_rect_with_paint(gfx::Rect(0, 0, 400, 400), solid_paint);
35 pile->RerecordPile();
42 pile->AnalyzeInRect(rect, 1.0, &analysis);
49 pile->add_draw_rect_with_paint(gfx::Rect(50, 50, 1, 1), non_solid_paint);
50 pile->RerecordPile();
53 pile->AnalyzeInRect(gfx::Rect(0, 0, 100, 100), 1.0, &analysis);
56 pile->AnalyzeInRect(gfx::Rect(100, 0, 100, 100), 1.0, &analysis);
62 pile->AnalyzeInRect(gfx::Rect(350, 0, 100, 100), 1.0, &analysis);
67 pile->AnalyzeInRect(gfx::Rect(0, 350, 100, 100), 1.0, &analysis)
81 scoped_refptr<FakePicturePileImpl> pile = local
139 scoped_refptr<FakePicturePileImpl> pile = local
155 scoped_refptr<FakePicturePileImpl> pile = local
212 scoped_refptr<FakePicturePileImpl> pile = local
285 scoped_refptr<FakePicturePileImpl> pile = local
395 scoped_refptr<FakePicturePileImpl> pile = local
526 scoped_refptr<FakePicturePileImpl> pile = local
649 scoped_refptr<FakePicturePileImpl> pile = local
722 scoped_refptr<FakePicturePileImpl> pile = local
764 scoped_refptr<FakePicturePileImpl> pile = local
821 scoped_refptr<FakePicturePileImpl> pile = local
    [all...]
picture_layer_tiling.cc 252 PicturePileImpl* pile = client_->GetPile(); local
254 it->second->set_picture_pile(pile);
763 // Tile holds a ref onto a picture pile. If the tile never gets invalidated
764 // and recreated, then that picture pile ref could exist indefinitely. To
765 // prevent this, ask the client to update the pile to its own ref. This
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DequeMap.java 43 Deque<V> pile = mMap.get(key); local
44 if (pile == null) {
45 pile = Lists.newLinkedList();
46 mMap.put(key, pile);
48 pile.add(item);
61 final Deque<V> pile = mMap.get(key); local
62 if (pile == null) {
65 return pile.poll();
78 final Deque<V> pile = mMap.get(key); local
79 if (pile == null)
    [all...]
  /external/chromium_org/cc/test/
fake_picture_layer_impl.h 20 // Create layer from a pile that covers the entire layer.
22 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) {
23 return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id, pile));
26 // Create layer from a pile that only covers part of the layer.
30 scoped_refptr<PicturePileImpl> pile,
33 new FakePictureLayerImpl(tree_impl, id, pile, layer_bounds));
90 PicturePileImpl* pile() { return pile_.get(); } function in class:cc::FakePictureLayerImpl
125 scoped_refptr<PicturePileImpl> pile);
128 scoped_refptr<PicturePileImpl> pile,
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1913 scoped_refptr<FakePicturePileImpl> pile = local
2041 scoped_refptr<FakePicturePileImpl> pile = local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 4773 PicturePile* pile = layer->GetPicturePileForTesting(); variable
4829 PicturePile* pile = layer->GetPicturePileForTesting(); variable
4894 PicturePile* pile = layer->GetPicturePileForTesting(); variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 298 milliseconds