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 21 class CC_EXPORT PicturePileImpl : public PicturePileBase {
23 static scoped_refptr<PicturePileImpl> Create();
24 static scoped_refptr<PicturePileImpl> CreateFromOther(
28 PicturePileImpl* GetCloneForDrawingOnThread(unsigned thread_index) const;
40 // Raster a subrect of this PicturePileImpl into the given canvas.
90 const PicturePileImpl* picture_pile);
102 const PicturePileImpl* picture_pile_;
116 PicturePileImpl();
117 explicit PicturePileImpl(const PicturePileBase* other);
118 virtual ~PicturePileImpl();
    [all...]
picture_pile_impl.cc 22 PicturePileImpl::ClonesForDrawing::ClonesForDrawing(
23 const PicturePileImpl* pile, int num_threads) {
25 scoped_refptr<PicturePileImpl> clone =
26 PicturePileImpl::CreateCloneForDrawing(pile, i);
31 PicturePileImpl::ClonesForDrawing::~ClonesForDrawing() {
34 scoped_refptr<PicturePileImpl> PicturePileImpl::Create() {
35 return make_scoped_refptr(new PicturePileImpl);
38 scoped_refptr<PicturePileImpl> PicturePileImpl::CreateFromOther
    [all...]
picture_pile.h 12 class PicturePileImpl;
47 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 19 class PicturePileImpl;
26 PicturePileImpl* picture_pile,
39 PicturePileImpl* picture_pile() {
43 const PicturePileImpl* picture_pile() const {
106 void set_picture_pile(scoped_refptr<PicturePileImpl> pile) {
138 scoped_refptr<PicturePileImpl> picture_pile_;
raster_worker_pool_unittest.cc 22 typedef base::Callback<void(const PicturePileImpl::Analysis& analysis,
41 reply_.Run(PicturePileImpl::Analysis(), !HasFinishedRunning(), did_raster_);
168 const PicturePileImpl::Analysis& analysis,
224 const PicturePileImpl::Analysis& analysis,
253 const PicturePileImpl::Analysis& analysis,
tile.cc 17 PicturePileImpl* picture_pile,
raster_worker_pool.cc 40 PicturePileImpl* picture_pile,
74 PicturePileImpl* picture_clone =
110 PicturePileImpl* picture_clone =
133 PicturePileImpl::RasterStats raster_stats;
180 PicturePileImpl::Analysis analysis_;
181 scoped_refptr<PicturePileImpl> picture_pile_;
371 PicturePileImpl* picture_pile,
raster_worker_pool.h 24 class PicturePileImpl;
133 typedef base::Callback<void(const PicturePileImpl::Analysis& analysis,
189 PicturePileImpl* picture_pile,
tile_manager.h 123 const PicturePileImpl::Analysis& analysis,
raster_worker_pool_perftest.cc 213 static void OnRasterTaskCompleted(const PicturePileImpl::Analysis& analysis,
tile_manager.cc 751 for (PicturePileImpl::PixelRefIterator iter(tile->content_rect(),
819 const PicturePileImpl::Analysis& analysis,
picture_layer_tiling_set_unittest.cc 224 const PicturePileImpl* pile) const {
  /external/chromium_org/cc/quads/
picture_draw_quad.h 34 scoped_refptr<PicturePileImpl> picture_pile);
47 scoped_refptr<PicturePileImpl> picture_pile);
52 scoped_refptr<PicturePileImpl> picture_pile;
picture_draw_quad.cc 31 scoped_refptr<PicturePileImpl> picture_pile) {
52 scoped_refptr<PicturePileImpl> picture_pile) {
draw_quad_unittest.cc 672 scoped_refptr<PicturePileImpl> picture_pile = PicturePileImpl::Create();
    [all...]
  /external/chromium_org/cc/test/
fake_picture_layer_tiling_client.h 31 scoped_refptr<PicturePileImpl> pile() { return pile_; }
32 const PicturePileImpl* pile() const { return pile_.get(); }
46 scoped_refptr<PicturePileImpl> pile_;
fake_picture_layer_impl.h 21 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) {
53 scoped_refptr<PicturePileImpl> pile);
fake_picture_layer_tiling_client.cc 13 class FakeInfinitePicturePileImpl : public PicturePileImpl {
fake_picture_layer_impl.cc 12 scoped_refptr<PicturePileImpl> pile)
fake_picture_pile_impl.h 14 class FakePicturePileImpl : public PicturePileImpl {
  /external/chromium_org/cc/layers/
picture_layer.cc 62 layer_impl->pile_ = PicturePileImpl::CreateFromOther(pile_.get());
picture_layer_impl.h 106 scoped_refptr<PicturePileImpl> pile_;
picture_layer_impl_unittest.cc 71 scoped_refptr<PicturePileImpl> pending_pile,
72 scoped_refptr<PicturePileImpl> active_pile) {
96 scoped_refptr<PicturePileImpl> pile) {
113 PicturePileImpl* pile) {
    [all...]
picture_layer_impl.cc 35 pile_(PicturePileImpl::Create()),
    [all...]

Completed in 575 milliseconds