/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;
|
/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...] |
picture_pile.h | 22 // Return true iff the pile was modified.
|
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_base.h | 42 // If this pile contains any valid recordings. May have false positives. 99 // A picture pile is a tiled set of pictures. The picture map is a map of tile
|
picture_layer_tiling.h | 152 // also updates the pile on each tile to be the current client's 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,
|
picture_pile_impl.h | 118 ClonesForDrawing(const PicturePileImpl* pile, int num_threads);
|
/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/layers/ |
picture_layer_unittest.cc | 60 EXPECT_TRUE(layer_impl->pile()->size() == gfx::Size(0, 0)); 61 EXPECT_FALSE(layer_impl->pile()->HasRecordings());
|
picture_layer.cc | 48 // If update called, then pile size must match bounds pushed to impl layer. 125 // If this invalidation did not affect the pile, then it can be cleared as
|
picture_image_layer_impl_unittest.cc | 60 layer->pile_ = tiling_client_.pile();
|
/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...] |
README | 137 pointers to ENGINEs that implement that particular 'nid'. Each "pile" uses some 140 a change is made to the pile, eg. perhaps an ENGINE was unloaded. The reason is 150 that is unset only if un/registration takes place on that pile. Ie. if 154 try to initialise from the "pile" will be those that are already initialised 164 or will have a single ENGING_PILE hashed to by the 'nid' 1 and that pile
|
/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...] |
README | 137 pointers to ENGINEs that implement that particular 'nid'. Each "pile" uses some 140 a change is made to the pile, eg. perhaps an ENGINE was unloaded. The reason is 150 that is unset only if un/registration takes place on that pile. Ie. if 154 try to initialise from the "pile" will be those that are already initialised 164 or will have a single ENGING_PILE hashed to by the 'nid' 1 and that pile
|
/art/test/023-many-interfaces/ |
iface-gen.c | 4 * Generate a big pile of interface classes.
|
/dalvik/tests/023-many-interfaces/ |
iface-gen.c | 4 * Generate a big pile of interface classes.
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
stringpool.c | 8 /* String pool holds a large pile of strings. */
|
/external/chromium/chrome/browser/net/ |
sdch_dictionary_fetcher.h | 40 // chance we'll try to load the same URL multiple times when a pile of
|
/external/chromium_org/chrome/browser/net/ |
sdch_dictionary_fetcher.h | 47 // chance we'll try to load the same URL multiple times when a pile of
|