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

  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 22 scoped_refptr<FakePicturePileImpl> pile(new FakePicturePileImpl());
23 pile->tiling().SetTotalSize(layer_bounds);
24 pile->tiling().SetMaxTextureSize(tile_size);
25 pile->SetTileGridSize(ImplSidePaintingSettings().default_tile_size);
26 pile->recorded_viewport_ = gfx::Rect(layer_bounds);
27 pile->has_any_recordings_ = true;
28 for (int x = 0; x < pile->tiling().num_tiles_x(); ++x) {
29 for (int y = 0; y < pile->tiling().num_tiles_y(); ++y)
30 pile->AddRecordingAt(x, y);
32 return pile;
    [all...]
fake_picture_layer_impl.h 21 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) {
22 return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id, pile));
51 PicturePileImpl* pile() { return pile_.get(); } function in class:cc::FakePictureLayerImpl
68 scoped_refptr<PicturePileImpl> pile);
fake_picture_layer_tiling_client.h 32 scoped_refptr<PicturePileImpl> pile() { return pile_; } function in class:cc::FakePictureLayerTilingClient
33 const PicturePileImpl* pile() const { return pile_.get(); } function in class:cc::FakePictureLayerTilingClient
fake_picture_layer_impl.cc 16 scoped_refptr<PicturePileImpl> pile)
19 pile_ = pile;
  /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/resources/
picture_pile_unittest.cc 42 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
46 gfx::Size base_picture_size = pile->tiling().max_texture_size();
49 pile->Resize(layer_size);
50 pile->SetTileGridSize(gfx::Size(1000, 1000));
51 pile->SetMinContentsScale(min_scale);
54 pile->Update(&client,
64 pile->Update(&client,
72 EXPECT_EQ(1, pile->tiling().num_tiles_x());
73 EXPECT_EQ(1, pile->tiling().num_tiles_y());
76 pile->picture_map().find(TestPicturePile::PictureMapKey(0, 0))->second
91 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
140 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
218 scoped_refptr<TestPicturePile> pile = new TestPicturePile; local
    [all...]
picture_pile_impl_unittest.cc 24 scoped_refptr<FakePicturePileImpl> pile = local
35 pile->add_draw_rect_with_paint(gfx::Rect(0, 0, 400, 400), solid_paint);
36 pile->RerecordPile();
43 pile->AnalyzeInRect(rect, 1.0, &analysis);
50 pile->add_draw_rect_with_paint(gfx::Rect(50, 50, 1, 1), non_solid_paint);
51 pile->RerecordPile();
54 pile->AnalyzeInRect(gfx::Rect(0, 0, 100, 100), 1.0, &analysis);
57 pile->AnalyzeInRect(gfx::Rect(100, 0, 100, 100), 1.0, &analysis);
63 pile->AnalyzeInRect(gfx::Rect(350, 0, 100, 100), 1.0, &analysis);
68 pile->AnalyzeInRect(gfx::Rect(0, 350, 100, 100), 1.0, &analysis)
82 scoped_refptr<FakePicturePileImpl> pile = local
140 scoped_refptr<FakePicturePileImpl> pile = local
156 scoped_refptr<FakePicturePileImpl> pile = local
213 scoped_refptr<FakePicturePileImpl> pile = local
286 scoped_refptr<FakePicturePileImpl> pile = local
396 scoped_refptr<FakePicturePileImpl> pile = local
527 scoped_refptr<FakePicturePileImpl> pile = local
644 scoped_refptr<FakePicturePileImpl> pile = local
715 scoped_refptr<FakePicturePileImpl> pile = local
    [all...]
tile.h 112 void set_picture_pile(scoped_refptr<PicturePileImpl> pile) {
113 DCHECK(pile->CanRaster(contents_scale_, content_rect_));
114 picture_pile_ = pile;
picture_pile_impl.h 118 ClonesForDrawing(const PicturePileImpl* pile, int num_threads);
picture_layer_tiling_set_unittest.cc 215 ValidateTiling(target_->tiling_at(i), target_client_.pile());
219 const PicturePileImpl* pile) const {
229 EXPECT_EQ(tile->picture_pile(), pile);
picture_pile_impl.cc 22 const PicturePileImpl* pile, int num_threads) {
25 PicturePileImpl::CreateCloneForDrawing(pile, i);
158 // - Compute the clip of each of the pile chunks,
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_table.c 189 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
193 while((n = sk_ENGINE_find(pile->sk, e)) >= 0)
195 (void)sk_ENGINE_delete(pile->sk, n);
196 pile->uptodate = 0;
198 if(pile->funct == e)
201 pile->funct = NULL;
337 static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall)
339 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg)
    [all...]
  /external/openssl/crypto/engine/
eng_table.c 189 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
193 while((n = sk_ENGINE_find(pile->sk, e)) >= 0)
195 (void)sk_ENGINE_delete(pile->sk, n);
196 pile->uptodate = 0;
198 if(pile->funct == e)
201 pile->funct = NULL;
337 static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall)
339 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg)
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_unittest.cc 60 EXPECT_TRUE(layer_impl->pile()->size() == gfx::Size(0, 0));
61 EXPECT_FALSE(layer_impl->pile()->HasRecordings());
picture_image_layer_impl_unittest.cc 60 layer->pile_ = tiling_client_.pile();
picture_layer_impl_unittest.cc 114 scoped_refptr<PicturePileImpl> pile) {
121 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
132 PicturePileImpl* pile) {
138 EXPECT_EQ(pile, iter->picture_pile());
205 // Add 1x1 rects at the centers of each tile, then re-record pile contents
458 // Fill in some of active pile, but more of pending pile.
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1813 scoped_refptr<FakePicturePileImpl> pile = local
1935 scoped_refptr<FakePicturePileImpl> pile = local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 82 milliseconds