HomeSort by relevance Sort by last modified time
    Searched refs:PicturePileImpl (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/cc/resources/
picture_pile_impl.h 23 class CC_EXPORT PicturePileImpl : public PicturePileBase {
25 static scoped_refptr<PicturePileImpl> Create();
26 static scoped_refptr<PicturePileImpl> CreateFromOther(
29 // Raster a subrect of this PicturePileImpl into the given canvas. It is
83 const PicturePileImpl* picture_pile);
94 const PicturePileImpl* picture_pile_;
107 PicturePileImpl();
108 explicit PicturePileImpl(const PicturePileBase* other);
109 virtual ~PicturePileImpl();
127 DISALLOW_COPY_AND_ASSIGN(PicturePileImpl);
    [all...]
picture_pile.h 12 class PicturePileImpl;
60 friend class PicturePileImpl;
picture_pile_impl.cc 22 scoped_refptr<PicturePileImpl> PicturePileImpl::Create() {
23 return make_scoped_refptr(new PicturePileImpl);
26 scoped_refptr<PicturePileImpl> PicturePileImpl::CreateFromOther(
28 return make_scoped_refptr(new PicturePileImpl(other));
31 PicturePileImpl::PicturePileImpl() {
34 PicturePileImpl::PicturePileImpl(const PicturePileBase* other
    [all...]
picture_pile_impl_unittest.cc 40 PicturePileImpl::Analysis analysis;
52 PicturePileImpl::Analysis analysis;
98 PicturePileImpl::Analysis analysis;
110 PicturePileImpl::Analysis analysis;
141 PicturePileImpl::Analysis analysis;
160 PicturePileImpl::PixelRefIterator iterator(
165 PicturePileImpl::PixelRefIterator iterator(
170 PicturePileImpl::PixelRefIterator iterator(
176 PicturePileImpl::PixelRefIterator iterator(
181 PicturePileImpl::PixelRefIterator iterator
    [all...]
picture_pile_impl_perftest.cc 31 scoped_refptr<PicturePileImpl> pile = FakePicturePileImpl::CreateFilledPile(
36 PicturePileImpl::Analysis analysis;
48 scoped_refptr<PicturePileImpl> pile = FakePicturePileImpl::CreateFilledPile(
tile.h 31 PicturePileImpl* picture_pile() {
35 const PicturePileImpl* picture_pile() const {
134 void set_picture_pile(scoped_refptr<PicturePileImpl> pile) {
166 PicturePileImpl* picture_pile,
182 scoped_refptr<PicturePileImpl> picture_pile_;
tile_manager.cc 39 PicturePileImpl* picture_pile,
49 const base::Callback<void(const PicturePileImpl::Analysis&, bool)>& reply,
97 void Analyze(const PicturePileImpl* picture_pile) {
114 void Raster(const PicturePileImpl* picture_pile) {
167 PicturePileImpl::Analysis analysis_;
168 scoped_refptr<PicturePileImpl> picture_pile_;
178 const base::Callback<void(const PicturePileImpl::Analysis&, bool)> reply_;
    [all...]
raster_worker_pool_unittest.cc 48 void(const PicturePileImpl::Analysis& analysis, bool was_canceled)> Reply;
71 reply_.Run(PicturePileImpl::Analysis(), !HasFinishedRunning());
291 const PicturePileImpl::Analysis& analysis,
tile.cc 20 PicturePileImpl* picture_pile,
tile_manager.h 110 scoped_refptr<Tile> CreateTile(PicturePileImpl* picture_pile,
214 const PicturePileImpl::Analysis& analysis,
tile_manager_perftest.cc 153 void SetupTrees(scoped_refptr<PicturePileImpl> pending_pile,
154 scoped_refptr<PicturePileImpl> active_pile) {
160 void SetupPendingTree(scoped_refptr<PicturePileImpl> pile) {
picture_layer_tiling.h 32 class PicturePileImpl;
41 virtual PicturePileImpl* GetPile() = 0;
tile_manager_unittest.cc 553 void SetupTrees(scoped_refptr<PicturePileImpl> pending_pile,
554 scoped_refptr<PicturePileImpl> active_pile) {
560 void SetupPendingTree(scoped_refptr<PicturePileImpl> pile) {
    [all...]
  /external/chromium_org/cc/quads/
picture_draw_quad.h 34 scoped_refptr<PicturePileImpl> picture_pile);
46 scoped_refptr<PicturePileImpl> picture_pile);
50 scoped_refptr<PicturePileImpl> picture_pile;
picture_draw_quad.cc 29 scoped_refptr<PicturePileImpl> picture_pile) {
55 scoped_refptr<PicturePileImpl> picture_pile) {
draw_quad_unittest.cc 660 scoped_refptr<PicturePileImpl> picture_pile = PicturePileImpl::Create();
    [all...]
  /external/chromium_org/cc/test/
fake_picture_layer_impl.h 22 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) {
30 scoped_refptr<PicturePileImpl> pile,
90 PicturePileImpl* pile() { return pile_.get(); }
125 scoped_refptr<PicturePileImpl> pile);
128 scoped_refptr<PicturePileImpl> pile,
fake_picture_layer_tiling_client.h 26 virtual PicturePileImpl* GetPile() OVERRIDE;
69 scoped_refptr<PicturePileImpl> pile_;
fake_picture_layer_tiling_client.cc 50 PicturePileImpl* FakePictureLayerTilingClient::GetPile() {
fake_picture_pile_impl.h 14 class FakePicturePileImpl : public PicturePileImpl {
fake_picture_layer_impl.cc 15 scoped_refptr<PicturePileImpl> pile)
29 scoped_refptr<PicturePileImpl> pile,
  /external/chromium_org/cc/debug/
rasterize_and_record_benchmark_impl.cc 28 BenchmarkRasterTask(PicturePileImpl* picture_pile,
57 PicturePileImpl::Analysis analysis;
81 PicturePileImpl* picture_pile_;
103 virtual PicturePileImpl* GetPile() OVERRIDE {
224 PicturePileImpl* picture_pile = (*it)->picture_pile();
  /external/chromium_org/cc/layers/
picture_layer_impl.h 124 virtual PicturePileImpl* GetPile() OVERRIDE;
179 void UpdatePile(scoped_refptr<PicturePileImpl> pile);
205 scoped_refptr<PicturePileImpl> pile_;
picture_layer.cc 56 layer_impl->UpdatePile(PicturePileImpl::CreateFromOther(pile_.get()));
  /external/chromium_org/cc/output/
renderer_pixeltest.cc     [all...]

Completed in 968 milliseconds

1 2