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

  /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(
30 PicturePileImpl* GetCloneForDrawingOnThread(unsigned thread_index) const;
32 // Raster a subrect of this PicturePileImpl into the given canvas.
87 const PicturePileImpl* picture_pile);
98 const PicturePileImpl* picture_pile_;
111 PicturePileImpl();
112 explicit PicturePileImpl(const PicturePileBase* other);
113 virtual ~PicturePileImpl();
    [all...]
picture_pile_impl.cc 21 PicturePileImpl::ClonesForDrawing::ClonesForDrawing(
22 const PicturePileImpl* pile, int num_threads) {
24 scoped_refptr<PicturePileImpl> clone =
25 PicturePileImpl::CreateCloneForDrawing(pile, i);
30 PicturePileImpl::ClonesForDrawing::~ClonesForDrawing() {
33 scoped_refptr<PicturePileImpl> PicturePileImpl::Create() {
34 return make_scoped_refptr(new PicturePileImpl);
37 scoped_refptr<PicturePileImpl> PicturePileImpl::CreateFromOther
    [all...]
picture_pile.h 12 class PicturePileImpl;
48 friend class PicturePileImpl;
picture_pile_impl_unittest.cc 41 PicturePileImpl::Analysis analysis;
53 PicturePileImpl::Analysis analysis;
99 PicturePileImpl::Analysis analysis;
111 PicturePileImpl::Analysis analysis;
142 PicturePileImpl::Analysis analysis;
161 PicturePileImpl::PixelRefIterator iterator(
166 PicturePileImpl::PixelRefIterator iterator(
171 PicturePileImpl::PixelRefIterator iterator(
177 PicturePileImpl::PixelRefIterator iterator(
182 PicturePileImpl::PixelRefIterator iterator
    [all...]
tile.h 20 class PicturePileImpl;
35 PicturePileImpl* picture_pile() {
39 const PicturePileImpl* picture_pile() const {
112 void set_picture_pile(scoped_refptr<PicturePileImpl> pile) {
137 PicturePileImpl* picture_pile,
151 scoped_refptr<PicturePileImpl> picture_pile_;
raster_worker_pool_unittest.cc 25 typedef base::Callback<void(const PicturePileImpl::Analysis& analysis,
46 reply_.Run(PicturePileImpl::Analysis(), !HasFinishedRunning(), did_raster_);
179 const PicturePileImpl::Analysis& analysis,
237 const PicturePileImpl::Analysis& analysis,
266 const PicturePileImpl::Analysis& analysis,
raster_worker_pool.cc 53 PicturePileImpl* picture_pile,
85 PicturePileImpl* picture_clone =
121 PicturePileImpl* picture_clone =
239 PicturePileImpl::Analysis analysis_;
240 scoped_refptr<PicturePileImpl> picture_pile_;
426 PicturePileImpl* picture_pile,
tile_manager.h 68 scoped_refptr<Tile> CreateTile(PicturePileImpl* picture_pile,
162 const PicturePileImpl::Analysis& analysis,
tile.cc 17 PicturePileImpl* picture_pile,
raster_worker_pool.h 132 typedef base::Callback<void(const PicturePileImpl::Analysis& analysis,
194 PicturePileImpl* picture_pile,
raster_worker_pool_perftest.cc 199 static void OnRasterTaskCompleted(const PicturePileImpl::Analysis& analysis,
tile_manager.cc 858 for (PicturePileImpl::PixelRefIterator iter(tile->content_rect(),
    [all...]
picture_layer_tiling_set_unittest.cc 219 const PicturePileImpl* pile) const {
  /external/chromium_org/cc/quads/
picture_draw_quad.h 33 scoped_refptr<PicturePileImpl> picture_pile);
45 scoped_refptr<PicturePileImpl> picture_pile);
49 scoped_refptr<PicturePileImpl> picture_pile;
picture_draw_quad.cc 31 scoped_refptr<PicturePileImpl> picture_pile) {
56 scoped_refptr<PicturePileImpl> picture_pile) {
draw_quad_unittest.cc 592 scoped_refptr<PicturePileImpl> picture_pile = PicturePileImpl::Create();
810 scoped_refptr<PicturePileImpl> picture_pile = PicturePileImpl::Create();
  /external/chromium_org/cc/test/
fake_picture_layer_impl.h 21 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) {
51 PicturePileImpl* pile() { return pile_.get(); }
68 scoped_refptr<PicturePileImpl> pile);
fake_picture_layer_tiling_client.h 32 scoped_refptr<PicturePileImpl> pile() { return pile_; }
33 const PicturePileImpl* pile() const { return pile_.get(); }
51 scoped_refptr<PicturePileImpl> pile_;
fake_picture_pile_impl.h 14 class FakePicturePileImpl : public PicturePileImpl {
fake_picture_layer_impl.cc 16 scoped_refptr<PicturePileImpl> pile)
  /external/chromium_org/cc/debug/
rasterize_and_record_benchmark_impl.cc 82 PicturePileImpl* picture_pile = (*it)->picture_pile();
97 PicturePileImpl::Analysis analysis;
  /external/chromium_org/cc/layers/
picture_layer_impl.h 119 scoped_refptr<PicturePileImpl> pile_;
picture_layer.cc 57 layer_impl->pile_ = PicturePileImpl::CreateFromOther(pile_.get());
picture_layer_impl_unittest.cc 87 scoped_refptr<PicturePileImpl> pending_pile,
88 scoped_refptr<PicturePileImpl> active_pile) {
114 scoped_refptr<PicturePileImpl> pile) {
132 PicturePileImpl* pile) {
    [all...]
picture_layer_impl.cc 42 pile_(PicturePileImpl::Create()),
    [all...]

Completed in 199 milliseconds