HomeSort by relevance Sort by last modified time
    Searched defs:PicturePileImpl (Results 1 - 2 of 2) 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 23 PicturePileImpl::ClonesForDrawing::ClonesForDrawing(
24 const PicturePileImpl* pile, int num_threads) {
26 scoped_refptr<PicturePileImpl> clone =
27 PicturePileImpl::CreateCloneForDrawing(pile, i);
32 PicturePileImpl::ClonesForDrawing::~ClonesForDrawing() {
35 scoped_refptr<PicturePileImpl> PicturePileImpl::Create() {
36 return make_scoped_refptr(new PicturePileImpl);
39 scoped_refptr<PicturePileImpl> PicturePileImpl::CreateFromOther
    [all...]

Completed in 153 milliseconds